notes
notes copied to clipboard
invoke default file manager when `notes o` is invoked.
Fixes
Fixes #58 #57 Closes #58 #57
Checklist
- [x] I have made a change to this repository, be it functionality, testing, documentation, spelling, or grammar.
- [x] I updated my branch with the master branch.
- [ ] I have added the necessary testing to prove my fix is effective/my feature works (or I did not modify functionality).
- [ ] I have added necessary documentation about the functionality in an appropriate .md file.
- [ ] I have appropriately commented any code I have modified
Short description of what this PR does:
- for Feedback ...
Have you added tests to address the fix?
@primis nope, I have problem running bats on my system.
I noticed this option and that the open
command is problematic last night.
I think it might be easier to set a config file variable with a default value that the user can override.
Maybe: FILE_MAN=open
and then open the directory with: $FILE_MAN $notes_directory
Add some documentation and let the user decide what kind of command-line or gui file manager he wants to use for this.