Beta Preview
This is a Beta Preview channel for CLIDE. If you've used or plan to try it out, please leave your thoughts, insights, questions, bug reports, and/or feature requests here. Thanks for trying out CLIDE.
So, here's what CLIDE currently does:
Install size is < 2mb, and CLIDE works on your local workstation and also works over SSH
Allows editing of multiple files from one window, without needing to close previous files.
Has multi-file search capabilities to find matching terms across your codebase.
Allows creating files and folders from within the IDE.
Supports most language syntax.
How to install CLIDE
To install CLIDE, you only need Python and pipx
Use the command `pipx install clide-tui` clide as a package name was taken, so I went with clide-tui
To open CLIDE in any workspace, use the `clide` command, which accepts a single, optional command-line argument: the path to the working directory you want to use CLIDE in.
You can also find CLIDE on PYPI: https://pypi.org/project/clide-tui

Replies