Git Product home page Git Product logo

pyramid's Introduction

The pyramid utility

pyramidv2

Artwork

Setup WorkFlow

workflow3

Description

The pyramid utility creates and visualises frequently used directories in the command-line, like a stack-structure where the most recurrently used directory of your choice will be at the top of the stack. You can now access this stack using the pyramid command with the coded optional flags and effiently change into the those directories without having to almost type the entire path everytime. This is one of the n other things that this utility can handle.

Dependencies for Shell and Python3

    # Tree command ~ Linux
    sudo apt install tree 
    
    #and 
    
    # xdg-open utility ~ Linux
    sudo apt install xdg-open
   
    # MacOS
    brew install tree

    
    # Python dependencies ~ { Linux,MacOS }
    pip3 install -r requirements.txt

Installation for Linux

   
   cd linux/
   
   ./setup.sh

Usage

    # To set all the frequently visiting absolute paths.
    
    pyramid --set 
    
    # or 

    pyramid --help # for Manual

Example

    pyramid s  
    
          #(or)
          
    pyramid f

Screenshot 2020-08-28 at 6 44 42 PM


Sneak Peak into V1.0.2

~ Feature List,

  • Ability to interactively use inbuilt compression methods (gz,bz2) and packaging (zip) functionality.
  • Ability to create Customised stacks to isolate content to that particular stack.
  • New functionality flags ( del, truncate ).

~ Code Efficiency Goals,

  • compatibility ++;
  • Eliminating code redundancy.
  • Vectorising --set function reducing Time Complexity

pyramid's People

Contributors

r0han99 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.