star

command module
v0.0.0-...-c3c8c8e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2018 License: MIT Imports: 22 Imported by: 0

README

star

Team 音ゲーマー project

ブックマークをコマンドライン上で管理するためのツール

usage

# add three bookmarks
$ star add https://github.com github
$ star add http://syfm.hatenablog.com blog
$ star add https://godoc.org/fmt fmt

# list ups
$ star list
fmt    https://godoc.org/fmt
github https://github.com
blog   http://syfm.hatenablog.com

# delete a bookmark
$ star delete github
$ star list
fmt  https://godoc.org/fmt
blog http://syfm.hatenablog.com

# update a bookmark
$ star update blog https://syfm.hatenablog.com
$ star list
fmt    https://godoc.org/fmt
hatebu https://b.hatena.ne.jp

# open a bookmark
$ star open fmt

# (example) open all bookmarks
$ star list | awk '{ print $1 }' | xargs star open

# open bookmarks with fuzzy finder
$ star open -f

contributors

LICENSE

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL