Alex Baldwin

Results 11 issues of 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...

enhancement

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 ```

enhancement

> 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...

enhancement

All entries inside the roamer data directory should be moved into subfolder `ROAMER_DATA/archive/date` Also should be available via `--archive` flag

enhancement

https://github.com/abaldwin88/roamer/blob/40084e49ee4d81ca3bd61a16e3bc1c7a56247d5c/tests/test_integration.py#L114

bug

If you moved the cursor too quick then the element was getting dropped. Fixes #10 Before: ![before](https://user-images.githubusercontent.com/15172605/54090100-ffce6980-4346-11e9-9909-1a8984bcfd51.gif) After: ![after](https://user-images.githubusercontent.com/15172605/54090101-00670000-4347-11e9-814f-547712008aca.gif)