Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grenadieren/venedi-shell

A (somewhat) powerful console shell
https://github.com/grenadieren/venedi-shell

command-line console python shell

Last synced: 15 days ago
JSON representation

A (somewhat) powerful console shell

Awesome Lists containing this project

README

        

# Venedi Shell

## Features

- Basic file management utilities
- Web requests/scraping
- 25+ Commands
- Running python code, inside the shell

[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
![Downloads](https://img.shields.io/github/downloads/grenadieren/Venedi-Shell/total)
![Activity](https://img.shields.io/github/commits-since/grenadieren/Venedi-Shell/latest)

## Dependencies
They will increase as the project grows.

```bash
pip install shutil
pip install cmd
pip install requests
pip install psutil
```

## FAQ

#### When will it be released?
I really don't know. Most likely after version 0.10

#### Why make it if we have the Windows/Linux terminal?
First of all. It's my personal project. Second. I want to make a terminal with lots of useful features, which will be far more easy to use than in the WIndows Terminal, or with Bash

#### When will it stop being maintained?
Probably never.

## Authors

- [@grenadieren](https://www.github.com/grenadieren)

## Documentation

[Documentation](https://linktodocumentation)