Giter VIP home page Giter VIP logo

zeinarmy's Introduction

ZeinArmy

Your SwissArmy knife of the Unix world simplifying commonly used commands and executing common tasks Tasks better.

1. Installing

To install zeinarmy, run the install.sh script

sudo ./install.sh  

NOTE: The install location is /usr/bin/local but in future support for a custom install location is planned

2. Configuring

ZeinArmy allows you to configure commands by editing the config file (located at /etc/zeinarmy)

3. Downloading stuff

For faster downloads, ZeinArmy tries to use aria2c first before resorting to the standard wget.

zeinarmy.sh dl <url> <output name> 

OR

zeinarmy.sh dl <url>

4. Opening Stuff

To open any file with the default program irrespective of the OS.

zeinarmy.sh open <file>

5. Uncompress Files

Currently supported formats include tar, tar.gz, tar.xz, zip, tar.bz and rar archive formats. To uncompress a file, just type

zeinarmy uc <ARCHIVE_FILE>  

6. Compress File

Currently only tar.gz format is supported.

zeinarmy.sh c <OUTPUT_NAME> <FILE/FOLDER>  

7. Create new alias

To create a new alias(to be added to .bash_aliases file, just enter

zeinarmy.sh alias <ALIAS> <COMMAND>

8. File Permisions

To get the numerical value of file permissions(eg. 755, 442 etc)

zeinarmy.sh chmod <FILE_ONE> <FILE_TWO> ...

9.Prepend to file

To prepends text to a file,

zeinarmy.sh prepend <TEXT> <FILE>

zeinarmy's People

Contributors

nkigen avatar

Watchers

James Cloos avatar  avatar  avatar

zeinarmy's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.