1
0
Fork
You've already forked mbm
0
manage bookmarks in a simple way
  • Go 81.6%
  • Roff 14.6%
  • Makefile 3.8%
2026年06月24日 21:13:41 -03:00
internal fix: use correct flags module 2026年06月24日 21:00:17 -03:00
.gitignore chore: put executable in the bin folder 2026年05月02日 15:50:38 -03:00
go.mod style: renamed to mbm 2026年03月27日 17:32:38 -03:00
LICENSE chore: add license 2026年03月27日 17:31:57 -03:00
main.go fix: use correct flags module 2026年06月24日 21:00:17 -03:00
Makefile chore: put executable in the bin folder 2026年05月02日 15:50:38 -03:00
mbm.1 docs: update docs to new command system 2026年06月24日 21:13:41 -03:00
README.md chore: remove todo.md 2026年06月24日 21:01:25 -03:00

mbm

manage bookmarks in a simple way.

build

just run make.

to install:

make install

usage

usage information are all in the manpage. to open, type:

mbm --help

usage in scripts

example usage of mbm with fzf:

mbm open $(mbm list --verbose | fzf)