richardsonjf / tbmk

A commands bookmark for terminal πŸ”–

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tbmk - Terminal bookmarker

A commands bookmark for terminal

demo

Worked on

  • Linux bash
  • Linux zsh
  • Mac zsh

How to install

  1. Download built file on release page
  2. Extract the file. e.g. /somepath/tbmk
  3. Run cd /somepath/tbmk
  4. Run ./install (don't install by execute absolute-path/install), it will appends keybinding to ~/.bashrc and ~/.zsh

How to use

  1. Search: type and ctrl + space
  2. Delete: in the result screen, select the item then press ctrl + d
  3. Add: ctrl + t. you can type the command first then press ctrl + t
  4. Edit: Override the old one by add new command with the same title.

The data are stored in ~/.tbmk. You can backup or edit it directly.

TODO

  • Windows

Develop

Build

go build .

About

A commands bookmark for terminal πŸ”–

License:MIT License


Languages

Language:Go 95.3%Language:Shell 4.7%