Giter VIP home page Giter VIP logo

axon's Introduction

axon

Overview

axon is a cross platform, command line utility for organizing and prettifying cluttered folders, written in Go.

Features

  • Cross platform
  • Regex Selection
  • Prettify files in a folder
  • Move files to a folder
  • Organize files in a folder
  • Rename files in a folder
  • Fast and reliable

Installation

For Linux users:

Execute the following command in bash:

curl https://raw.githubusercontent.com/shravanasati/axon/master/scripts/linux_install.sh > axon_install.sh

chmod +x ./axon_install.sh

bash ./axon_install.sh

For MacOS users:

Execute the following command in bash:

curl https://raw.githubusercontent.com/shravanasati/axon/master/scripts/macos_install.sh > axon_install.sh

chmod +x ./axon_install.sh

bash ./axon_install.sh

For Windows users:

Open Powershell as Admin and execute the following command:

Set-ExecutionPolicy Bypass -Scope Process -Force; (Invoke-WebRequest -Uri https://raw.githubusercontent.com/shravanasati/axon/master/scripts/windows_install.ps1 -UseBasicParsing).Content | powershell -

To verify the installation of axon, restart the shell and execute axon -v. You should see output like this:

axon 1.0.0

Version: 1.0.0

If the output isn't something like this, you need to repeat the above steps carefully.


Usage

axon 1.1.0

axon is a command line utility to organise and pretty your file system quickly and reliably.

Usage:
   axon [dirs] {flags}
   axon <command> {flags}

Commands: 
   help                          displays usage informationn
   up                            Update axon.
   version                       displays version number

Arguments: 
   dirs                          The directory to be organized. (default: ./) {variadic}

Flags: 
   -h, --help                    displays usage information of the application or a command (default: false)
   -m, --move                    Move selected files to a directiry. (default: :none:)
   -o, --organise                Organise the directory. (default: false)
   -p, --prettify                Prettify all files with a desired casing. (default: none)
   -x, --regex                   Filter files using regular expressions. (default: none)
   -r, --rename                  Rename the files numerically with a certain alias. (default: none)
   -v, --version                 displays version number (default: false)

axon can accept multiple directories as arguments and will concurrently work on them with the provided options.

axon's People

Contributors

shravanasati avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

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.