Skip to content

CLI library to keep track of important information locally on your personal system

License

Notifications You must be signed in to change notification settings

thegeorgejoseph/tlf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLF - tiny little finder

TLF is a CLI clipboard history manager that allows you to save and retrieve key, [value, link] pairs. It helps you manage your clipboard history efficiently.

Quick Start

Install TLF using Homebrew on macOS

$ brew tap thegeorgejoseph/homebrew-tap
$ brew install tlf

Usage

Set Command

Use the set command to save a key-value pair with an optional link to the clipboard history.

$ tlf set -k myKey -v myValue -l myLink

Get Command

Use the get command to retrieve the value or link of a key in the clipboard history.

# Get the value of a key
$ tlf get myKey -v

# Get the link of a key
$ tlf get myKey -l

# Automatically copy the response to tlf
$ tlf get myKey -v

# Get the History of all keys in tlf
$ tlf get -a

Additional Commands

  • help: Display help information about any command.

Flags

  • -h, --help: Display help for the main command.
  • -k, --key: Key for the set command.
  • -v, --value: Value for the set command or to specify response type in get command.
  • -l, --link: Link for the set command or to specify response type in get command.

Supported Operating Systems

Use the table below to see the supported operating systems:

OS Architectures Supported
macOS Intel, Apple Silicon Yes
Windows 32-bit, 64-bit, ARM64 Yes
Linux 32-bit, 64-bit, ARM64 Yes

Contributing

Feel free to contribute to TLF by opening a PR.

License

This project is licensed under the BSD License.

About

CLI library to keep track of important information locally on your personal system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages