No description
  • Go 98.6%
  • Just 1.4%
Find a file
2026-05-05 00:07:57 +03:00
cmd init 2026-05-05 00:07:57 +03:00
internal/config init 2026-05-05 00:07:57 +03:00
go.mod init 2026-05-05 00:07:57 +03:00
go.sum init 2026-05-05 00:07:57 +03:00
Justfile init 2026-05-05 00:07:57 +03:00
main.go init 2026-05-05 00:07:57 +03:00
readme.md init 2026-05-05 00:07:57 +03:00

mark

cli bookmarks manager.

usage

add new bookmarks

mark add [url] # for example https://google.com

open bookmarks by name

mark open [name] # name as text that url contains

also mark o [name] will work