Skip to content
/ acmd Public

Ash's CMD tool. Maybe you'll find it useful, maybe you won't. I don't care because I made it for me. Install via npm and feel free to fork.

License

Notifications You must be signed in to change notification settings

ashwhall/acmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                                /\ \
   __       ___     ___ ___     \_\ \
 /'__`\    /'___\ /' __` __`\   /'_` \
/\ \L\.\_ /\ \__/ /\ \/\ \/\ \ /\ \L\ \
\ \__/.\_\\ \____\\ \_\ \_\ \_\\ \___,_\
 \/__/\/_/ \/____/ \/_/\/_/\/_/ \/__,_ /

Ash's CMD tool

A bunch of utilities that are very specific to my needs. I'm not sure if anyone else would find them useful, but I'm putting them here anyway.

Installation

npm i -g acmd

Commands

Because I'm lazy, this is just the copy-pasted output of the terminal help messages.

$ acmd
Commands:
  nebula
  caddy
  kube
  ffmpeg
$ acmd nebula
Commands:
  configure       Configure Nebula
  start           Start Nebula
  print           Print Nebula config
$ acmd caddy
Commands:
  configure       Configure Caddy
  start           Start Caddy
  stop            Stop Caddy
  print           Print Caddy config
$ acmd kube
Commands:
  nodes [options]                  Get all nodes
  pods [options]                   Get all pods
  describe-pod [options] <pod-id>  Describe a specific pod
  pod-logs [options] <pod-id>      Get pod logs
  latest-pod [options]             Get the latest pod name
$ acmd ffmpeg
Commands:
  trim [options] <input>               Trim a video file
  rotate [options] <input>             Rotate a video file (clockwise)
  change-frame-rate [options] <input>  Change the frame rate of a video file
  count-frames <input>                 Count the number of frames in a video file

About

Ash's CMD tool. Maybe you'll find it useful, maybe you won't. I don't care because I made it for me. Install via npm and feel free to fork.

Resources

License

Stars

Watchers

Forks

Packages

No packages published