summaryrefslogtreecommitdiffstats
path: root/src/external.rs
AgeCommit message (Expand)Author
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