Skip to content
/ lnks Public
forked from fehawen/bkm

A simple CLI bookmark manager.

License

Notifications You must be signed in to change notification settings

erhaver/lnks

This branch is 14 commits ahead of fehawen/bkm:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

771a7fe · Jul 27, 2024

History

64 Commits
Aug 15, 2021
Apr 8, 2023
Jul 27, 2024
Jul 27, 2024

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%