bm
bm copied to clipboard
CLI bookmarks -- dropbox persisted bookmarks in your terminal - view screenshots in your browser
Line 947 does not properly evaluate _BM_CMD_CAPTURE_CHECK and always executes the checkBinaries function even if the _BM_CMD_CAPTURE_CHECK variable is set to FALSE. Modifying the line to evaluate the variable against...
Currently, there is an issue with the cutycapt command in the bm script. This is caused by a possible change in the command name. The new command name of cutycapt...
The README says > For the clipboard copy... As I don't have any Mac, nothing for the time being. `pbcopy` and `pbpaste` are command line apps built into macOS [this...
MacOS has pbcopy to copy texts from STDIN to clipboard by default, no need to install xsel. I'll test this tool on my mac later.
Most of the script runs fine in linux and cygwin except open. This pull request fixes that.
How do you currently use this tool for yourself? I wonder whether you use the `clear` action regularly to keep the tool fast and the generated output slim. (I guess...
instead of args (or as an alternative): ``` $ bm add url: description: foo bar baz tags: foo bar baz // => added ``` I dont personally forget the args...