issues
search
marcusbuffett
/
pipe-rename
Rename your files using your favorite text editor
https://crates.io/crates/pipe-rename
MIT License
397
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Store each path as a Path instead of a String (which is utf8-only)
#30
bew
opened
3 years ago
4
Code bewtifications
#29
mtimkovich
closed
3 years ago
2
Abort if the editor command is not successful
#28
robinkrahl
closed
2 years ago
2
Expand `.` and `..` (#24)
#27
mtimkovich
closed
3 years ago
3
Use clap derive macro
#26
marcusbuffett
closed
3 years ago
0
Expand lone directories. (#24)
#25
mtimkovich
closed
3 years ago
4
Correctly handle `.` and `..`
#24
mtimkovich
closed
3 years ago
1
Add `edit` and `reset` options. (#17)
#23
mtimkovich
closed
3 years ago
2
Add 'edit' and 'reset' options. (#17)
#22
mtimkovich
closed
3 years ago
1
Refactor main into functions.
#21
mtimkovich
closed
3 years ago
1
Add pretty-diff option
#20
bew
closed
3 years ago
5
The program should check that the input files does exist
#19
bew
closed
3 years ago
4
Alternative diff mode for confirmation
#18
bew
closed
3 years ago
1
Allow to re-edit on confirmation step
#17
bew
closed
3 years ago
2
Add option to rename file names only
#16
bew
closed
1 year ago
6
Add basic test suite
#15
robinkrahl
closed
4 years ago
1
Only list replacements that overwrite files
#14
robinkrahl
closed
4 years ago
1
Simplify input file collection
#13
robinkrahl
closed
4 years ago
1
Minor changes in find_renames
#12
robinkrahl
closed
4 years ago
1
Add colon to replacement list header
#11
robinkrahl
closed
4 years ago
0
Inherit stdio when opening the editor
#10
robinkrahl
closed
4 years ago
1
Also accept files as positional arguments
#9
robinkrahl
closed
4 years ago
2
Abort if there are no input files
#8
robinkrahl
closed
4 years ago
0
Check if file already exists before renaming
#7
robinkrahl
closed
4 years ago
3
Use clap::crate_version macro to generate version
#6
robinkrahl
closed
4 years ago
0
Remove unnecessary type annotations
#5
robinkrahl
closed
4 years ago
1
Improve error handling
#4
robinkrahl
closed
4 years ago
1
Messed up terminal after calling pipe-rename
#3
robinkrahl
closed
4 years ago
0
Directly pass tmpfile.path() to Command::arg
#2
robinkrahl
closed
4 years ago
1
Support other rename methods, e. g. git mv
#1
robinkrahl
closed
4 years ago
4
Previous