Alex Baldwin

Results 18 comments of Alex Baldwin

Correct those are the two values that need to be moved. Yes the editor selection belongs in the constants file. Good catch!

Here's a general outline of the direction I'd like to take. I want this to be a collaboration so please comment if you have a differing opinion. We should follow...

Yep the spec has a default location to use when the var isn't set. Windows is only supported in roamer using the ubuntu subsystem. So using `$HOME/.config` should work fine....

Thanks! Always good to hear when people find a package helpful. I like this idea. We'd probably want to stick it behind a --flag so users could opt into this...

@alex-bender Ideally I'd like to keep all the functionality available to the user of a normal session. Deleting, Copying, Renaming files. Entries would be listed out using the path from...

Yep for sure. Please free to open a PR adjusting the pylintrc file and updating the rest of the codebase to bring it in line. I'm good for pretty much...

First you'll want to fork this repo and run a local version for development. You should be able to follow the steps here: https://github.com/abaldwin88/roamer/blob/master/CONTRIBUTING.md I'm not sure if you're familiar...

Yep correct! Here's a guide: https://help.github.com/articles/creating-a-pull-request-from-a-fork/

It does two things: * It copies an entry (document or folder) into the trash directory. Default directory is here: `~/.roamer-data/trash`. * It saves the trash entry in the SQLite...

The tricky part is linking to the correct content after a file has been copied over top of. Take a look through some of the test cases around that. On...