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.

Related tags

CLI Tools junipercs
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}
You might also like...
Quo is a Python based toolkit for writing Command-Line Interface(CLI) applications.
Quo is a Python based toolkit for writing Command-Line Interface(CLI) applications.

Quo is a Python based toolkit for writing Command-Line Interface(CLI) applications. Quo is making headway towards composing speedy and orderly CLI applications while forestalling any disappointments brought about by the failure to execute a CLI API. Simple to code, easy to learn, and does not come with needless baggage.

WA Terminal is a CLI application that allows us to login and send message with WhatsApp with a single command.

WA Terminal is a CLI application that allows us to login and send message with WhatsApp with a single command.

flora-dev-cli (fd-cli) is command line interface software to interact with flora blockchain.

Install git clone https://github.com/Flora-Network/fd-cli.git cd fd-cli python3 -m venv venv source venv/bin/activate pip install -e . --extra-index-u

CLI tool that helps manage shell libraries.

shmgr CLI tool that helps manage shell libraries. Badges 📛 project status badges: version badges: tools / frameworks used by test suite (i.e. used by

PathPicker accepts a wide range of input -- output from git commands, grep results, searches -- pretty much anything.After parsing the input, PathPicker presents you with a nice UI to select which files you're interested in. After that you can open them in your favorite editor or execute arbitrary commands.
Limit your docker image size with a simple CLI command. Perfect to be used inside your CI process.

docker-image-size-limit Limit your docker image size with a simple CLI command. Perfect to be used inside your CI process. Read the announcing post. I

A simple command line tool written in python to manage a to-do list

A simple command line tool written in python to manage a to-do list Dependencies: python Commands: todolist (-a | --add) [(-p | --priority)] [(-l | --

pyGinit is a command line tools that help you to initialize your current project a local git repo and remote repo

pyGinit pyGinit is a command line tools that help you to initialize your current project a local git repo and remote repo Requirements Requirements be

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
A simple CLI based any Download Tool, that find files and let you stream or download thorugh WebTorrent CLI or Aria or any command tool

Privateer A simple CLI based any Download Tool, that find files and let you stream or download thorugh WebTorrent CLI or Aria or any command tool How

Shreyash Chavan 2 Apr 4, 2022
Sink is a CLI tool that allows users to synchronize their local folders to their Google Drives. It is similar to the Git CLI and allows fast and reliable syncs with the drive.

Sink is a CLI synchronisation tool that enables a user to synchronise local system files and folders with their Google Drives. It follows a git C

Yash Thakre 16 May 29, 2022
CLI program that allows you to change your Alacritty config with one command without editing the config file.

Pycritty Change your alacritty config on the fly! Installation: pip install pycritty By default, only the program itself will be installed, but you ca

Antonio Sarosi 184 Jan 7, 2023
AWS Interactive CLI - Allows you to execute a complex AWS commands by chaining one or more other AWS CLI dependency

AWS Interactive CLI - Allows you to execute a complex AWS commands by chaining one or more other AWS CLI dependency

Rafael Torres 2 Dec 10, 2021
This is a CLI utility that allows you to view RedFlagDeals.com on the command line.

RFD Description Motivation Installation Usage View Hot Deals View and Sort Hot Deals Search Advanced View Posts Shell Completion bash zsh Description

Dave G 8 Nov 29, 2022
A simple CLI application helps you to find giant files that are eating up your system storage

Large file finder Sometimes it's very hard to find if some giant files are eating up your system storage. We might need to hunt those down. This simpl

Rahul Baruri 5 Nov 18, 2022
A command-line based, minimal torrent streaming client made using Python and Webtorrent-cli. Stream your favorite shows straight from the command line.

A command-line based, minimal torrent streaming client made using Python and Webtorrent-cli. Installation pip install -r requirements.txt It use

Jonardon Hazarika 17 Dec 11, 2022
A small system that allow you to manage hosts stored in your .ssh/config file

A small system that allow you to manage hosts stored in your .ssh/config using simple commands.

Simone Ostini 1 Jan 24, 2022
Write Django management command using the click CLI library

Django Click Project information: Automated code metrics: django-click is a library to easily write Django management commands using the click command

Jonathan Stoppani 215 Dec 19, 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