manage bookmarks in a simple way
- Go 81.6%
- Roff 14.6%
- Makefile 3.8%
| internal | fix: use correct flags module | |
| .gitignore | chore: put executable in the bin folder | |
| go.mod | style: renamed to mbm | |
| LICENSE | chore: add license | |
| main.go | fix: use correct flags module | |
| Makefile | chore: put executable in the bin folder | |
| mbm.1 | docs: update docs to new command system | |
| README.md | chore: remove todo.md | |
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)