Skip to content
/ memo Public

CLI tool for memorizing and executing long and hard to remember command-lines

Notifications You must be signed in to change notification settings

surtr1st/memo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

  • The command-line utility memo (Memorize) is used to store and run memorized command-lines. The basic objective of this command is to attempt to memorize long, difficult-to-remember command lines, store them in a specific location, and then execute the desired command that was memorized.

Basic usage

Usage: memo [ALIAS] [X] [COMMAND]

Commands:
  add   Adding and memorize command
  del   Delete the specific memorized command
  set   Update the specific memorized command
  use   Execute the target memorized command by its alias
  list  Show a list of memorized commands and its alias
  help  Print this message or the help of the given subcommand(s)

Arguments:
  [ALIAS]  Alias for `x` usage
  [X]      Executing a memorized command

Options:
  -h, --help     Print help
  -V, --version  Print version

Adding execute only command

memo add --command "nmcli device wifi list" --alias wifis

Run a specific command

memo use wifis

# For short
memo wifis

About

CLI tool for memorizing and executing long and hard to remember command-lines

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages