0.0.4 • Published 4 years ago

uhh-ts v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Uhh (typescript edition)

Uhh is a CLI tool for gathering those quick one-liner commands that you use every once in a while and always have to look up. The data is stored in a git repository and can be automatically synced when it changes.

Commands

$ uhh
Usage: uhh [options] [command]

Options:
  -V, --version      output the version number
  -h, --help         display help for command

Commands:
  add                add an entry
  delete [from_tag]  delete an entry or entire tag
  list               list all the tags
  what               list all the tags
  update             from repo: git pull origin master
  sync               Syncs the repo (git commit -m 'uhh auto commit' && git push origin master)
  config             change uhh configuration
  help [command]     display uhh help menu
  uhh [command]      display uhh help menu
  wat [command]      display uhh help menu
  huh [command]      display uhh help menu

Credit Where Credit is Due

I watched the C++ version of this tool being built on ThePrimeagen's awesome Twitch stream.

I wanted to use it, but compiling the project was not an easy task on my Mac (or an Ubuntu 18.04 VM).

I built this version using Typescript for ease of installation on my machines. It is slower than the C++ version, but works well.

Compatibility

This version is compatible with the data and configuration files created by the C++ version, as of April 21, 2020.

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago