summaryrefslogtreecommitdiffstats
path: root/src/bulkrename.rs
AgeCommit message (Expand)Author
2023-11-01use macro to log lineqkzk
2023-10-27make bulk menu optionalquentin konieczko
2023-10-25improve previewing: drop tmp files, preview office files as images, empty pre...qkzk
2023-10-15FIX: copy / move while existing file already exist use another nameqkzk
2023-09-26use memory to read & write last action log lineqkzk
2023-03-11replace FmError & FmResult by anyhowqkzk
2023-03-10clippyqkzk
2023-03-07set log from config file. Use 2 loggers, normal and for specific actions. Sta...qkzk
2023-03-06display what was made in a secondary windowqkzk
2023-03-03bulk: create directoriesqkzk
2023-03-03bulkrename & bulknew from a menu.quentin konieczko
2023-03-03menu for bulk - incompletequentin konieczko
2023-03-02bulk new filesquentin konieczko
2023-01-28replace nested if let with multiple let elseqkzk
2022-12-29use &Path more oftenqkzk
2022-12-18syntaxic sugar for error creationqkzk
2022-12-16sanitize filenames, go to relative pathqkzk
2022-12-16move string to specific file, readme for usersqkzk
2022-12-15documentationqkzk
2022-12-13integrate compression in opener. Simplify bulkrenameqkzk
2022-12-10more detail on errors, parse keymaps directlyqkzk
2022-11-17clippyqkzk
2022-10-22converted unwraps to ? with FmResultqkzk
2022-10-21FmError: convert all errors to this oneqkzk
2022-10-16clippyqkzk
2022-10-16refactor bulkrename, bug fix wrong comparisonbulkrenameqkzk
2022-10-16refactor bulkrenameqkzk
2022-10-16basic step, can't open editor yet. Need a Modeqkzk