Juniper Command System is a Micro CLI Tool that allows you to manage your files, launch applications, as well as providing extra tools for OS Management.

Overview

Juniper CS 🕹️

Juniper Command System is a Micro CLI Tool that allows you to manage your files, launch applications, as well as providing extra tools for OS Management.

How to Install & Run Juniper CS

*Requirements:

  • Python 3.6+ installed.

Make sure you have Python 3.6+ installed and run the following command in your terminal to install Juniper CS:

For MacOS/Linux:

pip3 install junipercs

For Windows:

pip install junipercs

And now to start Juniper CS run the following command:

For MacOS/Linux:

python3 -m junipercs

For Windows:

python -m junipercs

Juniper CS Commands

Juniper CS allows you to create, read, and traverse files and directories, as well as saving variables making direct references to them in order to use them later. Here are the Commands that Juniper CS offers:

  • create dir "{directory_name}" at "{directory_path}"
  • create dir "{directory_name}" at this
  • create dir "{directory_name}" at "{directory_path}" -> {variable_name}
  • create dir "{directory_name}" at this -> {variable_name}
  • create file "{file_name}" at "{directory_path}"
  • create file "{file_name}" at this
  • create file "{file_name}" at "{directory_path}" with "{text_content}"
  • create file "{file_name}" at this with "{text_content}"
  • create file "{file_name}" at "{directory_path}" -> {variable_name}
  • create file "{file_name}" at this -> {variable_name}
  • create file "{file_name}" at "{directory_path}" with "{text_content}" -> {variable_name}
  • create file "{file_name}" at this with "{text_content}" -> {variable_name}
  • goto "{directory_path}"
  • list "{directory_path}"
  • list this
  • list {variable_name}
  • up "{upper_directory_path}"
  • down
  • read "{file_path}"
  • read {variable_name}
  • var file is "{file_path}" -> {variable_name}
  • var directory is "{directory_path}" -> {variable_name}
  • forget {variable_name}
Owner
Juan Carlos Juárez
Hi! I am Juan Carlos. Business Intelligence Intern @ Whirlpool Corporation. B.S. in Digital Systems and Robotics Engineering Student @ Tec de Mty.
Juan Carlos Juárez
Command-line interface to PyPI Stats API to get download stats for Python packages

pypistats Python 3.6+ interface to PyPI Stats API to get aggregate download statistics on Python packages on the Python Package Index without having t

Hugo van Kemenade 140 Jan 03, 2023
Python3 command-line tool for the inference of Boolean rules and pathway analysis on omics data

BONITA-Python3 BONITA was originally written in Python 2 and tested with Python 2-compatible packages. This version of the packages ports BONITA to Py

1 Dec 22, 2021
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM

AWS SAM The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. It provides shorthand syntax to e

Amazon Web Services 6.2k Jan 08, 2023
Jupyter notebook client in neovim

🪐 Jupyter-Nvim Read jupyter notebooks in neovim Note: The plugin is still in alpha stage 👾 Usage Just open any *.ipynb file and voila! ✨ Contributin

Ahmed Khalf 85 Dec 29, 2022
Shellmon is a tool used to create and control a webshell remotely, created using the Python3

An Simple PHP Webshell Manager Description Shellmon is a tool used to create and control a webshell remotely, created using the Python3 programming la

22XploiterCrew 12 Dec 30, 2022
A python-based terminal application that displays current cryptocurrency prices

CryptoAssetPrices A python-based terminal application that displays current cryptocurrency prices. Covered Cryptocurrencies Bitcoin (BTC) Ethereum (ET

3 Apr 21, 2022
Stream comments, submissions from subreddits and users across reddit right in your terminal

reddit_from_terminal stream comments, submissions from subreddits and users across reddit right in your terminal Alert! : Can't watch media contents(p

Pritam Dhara 2 Dec 30, 2021
Python remote shell.

Python remote shell.

Steven 9 Oct 17, 2022
Yts-cli-streamer - A CLI movie streaming client which works on yts.mx API written in python

YTSP It is a CLI movie streaming client which works on yts.mx API written in pyt

1 Feb 05, 2022
Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.

Interactive Redis: A Cli for Redis with AutoCompletion and Syntax Highlighting. IRedis is a terminal client for redis with auto-completion and syntax

2.2k Dec 29, 2022
Vsm - A manager for the under-utilized mksession command in vim

Vim Session Manager A manager for the under-utilized `mksession` command in vim

Matt Williams 3 Oct 12, 2022
A powerful, colorful, beautiful command-line-interface for pypi.org

pypi-command-line pypi-command-line is a colorful, powerful, and beautiful command line interface for pypi.org that is actively maintained Detailed Do

Wasi Master 32 Jun 23, 2022
A Neat Application To Manage Your To-Do Lists.

WTD - What To Do? A Neat Application To Manage Your To-Do Lists. One folder can only have one to-do file. Running wth without any subcommands executes

Adam Vajda 1 Oct 24, 2021
ICMP Reverse Shell written in Python 3 and with Scapy (backdoor/rev shell)

icmpdoor - ICMP Reverse Shell icmpdoor is an ICMP rev shell written in Python3 and scapy. Tested on Ubuntu 20.04, Debian 10 (Kali Linux), and Windows

Jeroen van Kessel 206 Dec 29, 2022
Command line tool for interacting and testing warehouse components

Warehouse debug CLI Example usage for Zumo debugging See all messages queued and handled. Enable by compiling the zumo-controller with -DDEBUG_MODE_EN

1 Jan 03, 2022
organize your books on the command line

organize your books on the command line

Ben Winston 19 Jan 21, 2022
Tidier - a simple command line tool that helps you make your files tidy up

Tidier - a simple command line tool that helps you make your files tidy up

AmirMohammad Hosseini Nasab 8 Aug 16, 2022
Squirrel - A cli program to track writing progress

Squirrel Very much a WIP project squirrel is a command line program that tracks you writing progress and gives you useful information and cute and pic

3 Mar 23, 2022
An question and answer shell environment based on xonsh using ansible for setup

An question and answer shell environment based on xonsh using ansible for setup

Steven Hollingsworth 2 Jan 11, 2022
Colors in Terminal - Python Lang

🎨 Colorate - Python 🎨 About Colorate is an Open Source project that makes it easy to use Python color coding in your projects. After downloading the

0110 Henrique 1 Dec 01, 2021