Skip to content

locphan87/cmd-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line tools

cli-tool description
ekill Kill a process as safely as possible
ws Web search
soffice Run Open Office
zt Create a Zettel

Setup

Add this directory to $PATH so you can run these tools from everywhere

echo 'export PATH="/path/to/cli-tools/bin:$PATH"' >> ~/.bashrc

Usage

ekill

ekill <pid>

ws

View ws helps

ws -h

View helps for a command

ws <command> -h

Tips: create aliases for sites

alias mySite="ws mySite"

The config file .wsrc.js exports an arbitrary object that you can access from argv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published