Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grenadieren/venedi-shell
- Owner: grenadieren
- License: gpl-3.0
- Created: 2024-10-19T16:40:28.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-10-27T09:05:37.000Z (19 days ago)
- Last Synced: 2024-10-27T10:19:02.430Z (19 days ago)
- Topics: command-line, console, python, shell
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)