GitShow/tj/bm
tj

bm

CLI bookmarks -- dropbox persisted bookmarks in your terminal - view screenshots in your browser

by tj
Star on GitHubFork

Shell

229 stars23 forks5 contributorsQuiet · 9y agoSince 20120.6.7

Meet the team

See all 5 on GitHub →
Flyounet
Flyounet129 contributions
tj
tj52 contributions
gjnoonan
gjnoonan1 contribution
hkjels
hkjels1 contribution
oayandosu
oayandosu1 contribution

Languages

View on GitHub →
Shell99.1%
Makefile0.9%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

1 of 6 standards met

Community profile →
28
✓README○License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 1 in progress · Last activity 9y ago
See all on GitHub →
jman223
_BM_CMD_CAPTURE_CHECK not properly evaluatedOpenIssue

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}"

jman223 · 4y ago
tobinstultiens
Cutycapt command can not be foundOpenIssue

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.

tobinstultiens · 5y ago
masukomi
how to address copy functionality on the macOpenIssue

The README says For the clipboard copy... As I don't have any Mac, nothing for the time being. and are command line apps built into macOS this blog post gives a quick overview of how to use them. You can see an example of this in code in this merge commit in one of the forks.

masukomi · 6y ago

Recent fixes

View closed PRs →
posixpascal
Removed xsel for mac in favor of pbcopyMergedPR

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.

posixpascal · 1y ago
matthiasbeyer
RefactorMergedPR

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!

matthiasbeyer · 6y ago
roytruelove
Example errors out with "URL seems invalid"ClosedIssue

_(v0.6.4, debian jessie)_ Running this (from the readme) yields I've made sure all of the dependencies listed in the Readme are included. What up?

roytruelove · 9y ago
Structured data for AI agents

Repository: tj/bm. Description: CLI bookmarks -- dropbox persisted bookmarks in your terminal - view screenshots in your browser Stars: 229, 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: 9y ago. Community health: 28%. Top contributors: Flyounet, tj, gjnoonan, hkjels, oayandosu.

·@ofershap

Replace github.com with gitshow.dev