Skip to content

erhaver/lnks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lnks - bookmark manager

A simple CLI bookmark manager that stores bookmarks in plain text file. I used the code of the following projects:

fehawen/bkm

hamvocke/lnks


Installation

You need to install fzf first.

Install fzf

sudo apt install fzf # Ubuntu
sudo dnf install fzf # Fedora
sudo pacman -S fzf # Arch

Install lnks

$ make install

Define where bookmarks are kept with BKM_FILE in $SHELL's startup file.

export BKM_FILE=~/.bookmarks/bkm.txt

Usage

a|add [name] [url]  - Add bookmark.
e|edit [name]       - Edit bookmark.
o|open              - Open bookmark with fzf search
d|delete [name]     - Delete bookmark.
Use flag "-k" to keep lnks open. Example: lnks o -k

About

A simple CLI bookmark manager.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.1%
  • Makefile 2.9%