Skip to content
/ ae Public template

command line personal assistant

License

Notifications You must be signed in to change notification settings

tadija/ae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ae

command line personal assistant

Command line tool which basically does nothing, yet it can do anything (as long as you implement it).

Installation

Recommended

  • Fork this repository or create a new from template

  • Clone your new repository into ~/.ae

    git clone $YOUR-REPOSITORY-URL ~/.ae
  • Install ae into /usr/local/bin

    make install -C ~/.ae

Quick start

  • Take it for a spin and setup a custom git repository later

    git clone git@github.com:tadija/ae ~/.ae && make quickstart -C ~/.ae

License

This code is released under the MIT license. See LICENSE for details.


#done-for-fun #keep-it-simple #think-different