CLI bookmarks -- dropbox persisted bookmarks in your terminal - view screenshots in your browser
by tjShell
Last 12 weeks · 0 commits
1 of 6 standards met
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 TRUE produces the desired results. Current [[ ${_BM_CMD_CAPTURE_CHECK} ]] && checkBinaries "${_BM_CMD_CAPTURE}" modified [[ ${_BM_CMD_CAPTURE_CHECK} = 'true' ]] && checkBinaries "${_BM_CMD_CAPTURE}"
Repository: tj/bm. Description: CLI bookmarks -- dropbox persisted bookmarks in your terminal - view screenshots in your browser Stars: 230, Forks: 23. Primary language: Shell. Languages: Shell (99.1%), Makefile (0.9%). Latest release: 0.6.7 (9y ago). Open PRs: 1, open issues: 6. Last activity: 8y ago. Community health: 28%. Top contributors: Flyounet, tj, gjnoonan, hkjels, oayandosu.
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 is CutyCapt. So by changing the bm file to use CutyCapt instead of cutycapt it will work again. I'm using manjaro so this may have something to do with the naming on an arch installation alongside me using zsh.
Refactored everything a bit. As the last commit is 3yrs old: If you don't want to maintain this anymore, please tell me. I'd be happy to maintain my own fork and accept contributions on it, giving you the credit for the initial project idea/concept, of course!