Skip to content

vitorfs/cj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CJ

Personal collection of command line utilities. I usually add more functions as I need them. No particular subject.

The idea of this package is to be self-contained and easily installed in any unix-like system. It should also be safe to install it globally without a virtual environment. For that matter, I try to avoid at all cost using external Python dependencies and using Python 3 specific features.

The usage varies from command-line utilities, automation scripts to cron tasks.

Installation

Using pip:

pip install cj

Usage

cj COMMAND

Examples

Backup a Wordpress site:

cj wp

Compress a folder:

cj zip foldername/

License

The source code is released under the MIT License.

About

Personal collection of command line utilities

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages