summaryrefslogtreecommitdiffstats
path: root/src/external.rs
AgeCommit message (Expand)Author
2020-04-15refactor verbs for more type enforced sanityCanop
2020-03-30moved files aroundCanop
2020-01-20minor code fmt changesCanop
2020-01-18doc & minor changes for :print_relative_pathCanop
2020-01-17fixup! Print relative path even above CWDRoshan George
2020-01-17Print relative path even above CWDRoshan George
2020-01-17Allow printing relative pathRoshan George
2020-01-10allow env vars used in verb execution to contain parametersCanop
2019-12-17replace the "opener" crate with the "open" oneCanop
2019-11-07replace the small spinner with a variable size messageCanop
2019-11-05better handling of errors when opening files externallyCanop
2019-10-28Application running entirely on stderrCanop
2019-10-27app mostly running on stderrCanop
2019-10-23move to the last versions of crossterm and termimadCanop
2019-10-07use lazy-regex to slightly clean regex creation codeCanop
2019-09-18minor code cleaningCanop
2019-09-18smarter cut of the status line when it doesn't fit the console's widthCanop
2019-06-19max width on help screen, prettier on very wide screenCanop
2019-06-12Hitting enter on an executable executes itCanop
2019-06-08configurable skin supported on help screen and in :print_tree screen outputv0.8.0Canop
2019-06-06tree drawing now based on Display traitCanop
2019-06-04termimad based help screenCanop
2019-05-03crossterm port: tree view mostly OK (style not configurable)Canop
2019-03-22F5 refreshes the treeCanop
2019-03-21:print_tree verb allows outputting the treeCanop
2019-03-12Merge branch 'master' into env-vars-in-verbsOphir LOJKINE
2019-03-12nothingCanop
2019-03-12Merge branch 'master' into env-vars-in-verbsOphir LOJKINE
2019-03-12Fix compilationOphir LOJKINE
2019-03-12Merge branch 'master' into masterOphir LOJKINE
2019-03-12Allow environment variables in verbsOphir LOJKINE
2019-03-11Better error message when a command is not foundOphir LOJKINE
2019-03-11Use the os-specific file opener instead of xdg-openCanop
2019-03-04remove quotes around paths with dashsCanop
2019-02-26create file whose path is given to -o if neededCanop
2019-02-20replace trivial regex.replace with string.replaceCanop
2019-02-20alt-enter now correctly opens directories with special charsCanop
2019-01-26fmtCanop
2019-01-15documentationCanop
2019-01-12fix configured verbs not correctly handling paths with spacesv0.4.6Canop
2018-12-10fix '…' not always being added to not empty foldersCanop
2018-12-07parallel BFS searchCanop
2018-12-05correctly manages sym linksCanop
2018-12-03more error handling (no exe found, prog argument not a dir)Canop
2018-11-28fmtCanop
2018-11-27verbs read from configuration file. Default conf written at start.Canop
2018-11-26clean way to start programs on user commandsCanop
2018-11-25complete command parsing, verb, basic executionCanop
2018-11-23more command parsing, POC of file openingCanop