summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2022-03-23escape spaces in sourcing path in shell script installCanop
Fix #520 (hopefully, not really tested)
2021-11-19fix some graphical glitches on WindowsCanop
2021-10-17update changelogCanop
2021-04-02use Glassbench v0.3Canop
2021-03-25replace criterion with glassbench for benchmarkingCanop
2021-03-19fix shift based key shortcutsCanop
Fix #363
2021-02-27add clipboard support to Android/Termuxv1.2.6Canop
(needs the termux API to be installed on the user's device)
2021-02-14fix broken selection bg in text preview when line numbers are shownCanop
2020-08-16update documentation for image previewv0.20.0Canop
2020-04-14focus dir in new panel with tabCanop
The new panels feature is still a work in progress. With this commit also comes the start of a big verb refactoring.
2020-03-28upgrade .gitignoreCanop
2020-02-27fix compilation problem related to dependency versionCanop
2020-01-15update doc & changelogCanop
2020-01-14publish the site compiling for all targetsCanop
2019-11-04incorporate crossterm 0.13.2 to fix a pb in input on viCanop
Fix #73
2019-05-19minor cleaningCanop
2019-05-10disable the Jemaloc allocator on windowsCanop
Fix #56
2019-03-08fix a few problems with the unlisted countCanop
2019-03-07new documentation websiteCanop
2019-02-11handle errors on a few cases of non suitable rootCanop
* initial path not a file: display an error and exit * initial path not a directory: open the parent instead * directory removed between display and focus: display an error in status
2019-02-03mention alt-enter in readme and documentationv0.5.1Canop
2019-01-25rework of verbs and their configurationCanop
* an entry in the config isn't necessary to use a built-in verb, but only for user-defined verbs and to change shortcuts * the name of a built-in verb can be used to start verbs * typing the start of a verb name or shortcut is enough: if only one verb matches, it is shown in status and can be launched * new table of verbs and shortcuts in help
2019-01-07completed Cargo.toml for cargo publishCanop
2018-12-04Fuzzy pattern matcher now tests all possible startsCanop
in order to find (usually) the best match and disregards too long matches.
2018-11-29add a log to file facilityCanop
Use BROOT_LOG=debug cargo run
2018-11-15first commit - not much, just experimentingCanop
lalala