aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add the ‘-b’ flag to only alter path basenamesHEADv1.4.0masterThomas Voss 2023-09-241-12/+52
* Support empty XDG_CACHE_HOME environmental variableLuca Matei Pintilie 2023-09-181-9/+19
* Run ‘cargo fmt’Thomas Voss 2023-09-181-3/+8
* Reword error messageThomas Voss 2023-09-181-1/+1
* Add default cache path if XDG_CACHE_HOME does not existLuca Matei Pintilie 2023-09-181-4/+12
* Add MMV_NAME and MCP_NAME compile-time variablesv1.3.0Luca Matei Pintilie 2023-09-141-3/+10
* Add support for copying filesThomas Voss 2023-08-251-8/+38
* Use nanosecs for backup dirnameThomas Voss 2023-08-151-1/+1
* Name backup directories after current epochThomas Voss 2023-08-151-2/+5
* We can terminate with EOF when using -iv1.0.1Thomas Voss 2023-08-121-9/+0
* Print to stderr with -dThomas Voss 2023-08-121-1/+1
* Run ‘cargo fmt’Thomas Voss 2023-08-121-5/+20
* When using -e, swap back to newlines from nulThomas Voss 2023-08-121-5/+5
* Change --dryrun to --dry-runThomas Voss 2023-08-121-1/+1
* Make -v 500x betterThomas Voss 2023-08-121-11/+34
* Swap flags.nobackup for flags.backupThomas Voss 2023-08-121-5/+17
* Remove the cache directory after successful operationThomas Voss 2023-08-121-2/+7
* Add the -n optionThomas Voss 2023-08-121-11/+15
* Backup the files being renamedThomas Voss 2023-08-121-0/+31
* Update cerm to v1.1.1Thomas Voss 2023-08-121-26/+8
* Add a helper ‘disp()’ functionThomas Voss 2023-08-071-3/+7
* Take greater advantage of itertoolsThomas Voss 2023-08-071-6/+8
* Add an ‘is_terminal’ predicateThomas Voss 2023-08-071-2/+6
* Use block comments like a C-chadThomas Voss 2023-08-061-3/+3
* Fix comment formattingThomas Voss 2023-08-061-1/+1
* Get -0 and -i to play nice with each otherThomas Voss 2023-08-061-31/+61
* Fix retarded rustfmt shitThomas Voss 2023-08-061-2/+2
* Implement the -i flagThomas Voss 2023-08-061-48/+112
* Add missing flag to usage stringThomas Voss 2023-08-061-1/+1
* Move args parsing to Flags::parseThomas Voss 2023-08-061-25/+28
* Improve the -d flagThomas Voss 2023-08-061-9/+12
* Make the -e flag work as intendedThomas Voss 2023-08-061-8/+18
* Formart the codebaseThomas Voss 2023-08-061-20/+19
* Remove the error module and use cermThomas Voss 2023-08-022-111/+66
* Use my new “proxit” crateThomas Voss 2023-08-012-36/+6
* Move some code out to move_path()Thomas Voss 2023-07-291-15/+14
* Support -v, and make -d imply -vThomas Voss 2023-07-291-5/+12
* Build a 3-tuple intead of mutating a 2-tupleThomas Voss 2023-07-291-19/+15
* Copy+Delete because filesystemsThomas Voss 2023-07-291-2/+13
* Minor comment reformatThomas Voss 2023-07-291-2/+1
* Reorder imports, and remove unused onesThomas Voss 2023-07-291-2/+3
* Genesis commitThomas Voss 2023-07-293-0/+350