Metadata-Version: 1.0
Name: frequently
Version: 0.3
Summary: Quickly run scripts from other directories or open frequently visited websites
Home-page: https://github.com/jordan-patterson/frequently
Author: Jordan Patterson
Author-email: jordan.patterson2398@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: # frequently
        ## Small tool to make your life easier in the terminal
        
        ### - Open websites that you frequently visit
        
        ### - Run scripts or executables without having to constantly change directories
        
        ### - Specify what executables, commands you want to run or websites you want to open whenever you start the script
        
        ##Installation
        ```bash
        $ git clone https://github.com/jordan-patterson/frequently.git
        $ sudo pip3 install requirements.txt
        $ ./install.py
        ```
        
        
        ## Usage
        ```bash
        $ freq -a #run all scripts,commands and websites that you specify 
        $ freq -w #open all specified websites on start
        $ freq -e #run all specified scripts on start
        $ freq -c #run all specified commands on start
        $ freq #does not perform any action
        ```
        
Platform: UNKNOWN
