Skip to content

Latest commit

 

History

History

cito

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Description

A portable companion to users and developers alike, Cito allows you to quickly and easily install local files or those stored on GitHub, based on either command-line options or predefined values stored in the files themselves, making this perfect for scripts.

Requirements

Written for Linux.

Depends:

  • POSIX-compliant shell (e.g., DASH)
  • coreutils
  • cURL or Wget

Files

The installer provides the following:

  • '/usr/local/bin/cito'
  • '/usr/share/man/man8/cito.8.gz'
  • '/usr/share/bash-completion/completions/cito'

Contributions

The best way to help is to let me know of any bugs or oversights.

If you wish to contribute any code, try to keep to the existing programming style. Avoid reaching outside of the language whenever possible or reasonable, and keep things consistent and presentable. If you're contributing a new file, such as a helper or wrapper, try to stick to similar dependencies (where reasonable) and please keep the style of the output the same.

If submitting any documentation, try to ensure the English is correct and presentable.