Alex Baldwin
Alex Baldwin
See notes added to README.md. Needs a proper rebase before merge.
Argument --skip-approval could be used to run roamer in a noninteractive mode. Please indicate approval: [y/N] y^M^M^M^M^M^M Not sure how to replicate yet.
> Would it be possible to accept a list of files to move, rather than listing the current directory? Something like `find -name '*.txt' | roamer`, to list files that...
This... ``` roamer-trash-copy /Users/abaldwin/Desktop/bleh/meh.txt cp /Users/abaldwin/Desktop/bleh/meh.txt /Users/abaldwin/Desktop/bleh/argh.txt rm /Users/abaldwin/Desktop/bleh/meh.txt ``` Should instead be this... ``` roamer-trash-copy /Users/abaldwin/Desktop/bleh/meh.txt mv /Users/abaldwin/Desktop/bleh/meh.txt /Users/abaldwin/Desktop/bleh/argh.txt ```
> The tmux thing is okay, but it seems like a pain if I'm going to move a bunch of files out to different directories. Any chance of, say, writing...
All entries inside the roamer data directory should be moved into subfolder `ROAMER_DATA/archive/date` Also should be available via `--archive` flag
https://github.com/abaldwin88/roamer/blob/40084e49ee4d81ca3bd61a16e3bc1c7a56247d5c/tests/test_integration.py#L114
If you moved the cursor too quick then the element was getting dropped. Fixes #10 Before:  After: 