This project has been archived by its maintainers, and is no longer receiving any updates.
CDIR
This project exists because I felt that typing multiple cd, dir/ls commands and striking the tab-key is not very fast or pleasant way to navigate in shell. As developers often need to work in multiple environments, cdir supports bash shell, Windows Command Prompt and PowerShell. The core component of the project is implemented with python and uses curses module. Windows version uses windows-curses module.
Features
- Use arrow keys and enter to browse files.
- Modern and easy-to-use search functionality for folders: just start typing the name of the folder and folders are filtered by their name.
- Supports bash shell, Windows Command Prompt and PowerShell
Usage - Bash
- Install with
pip install cdir - Add following line to .bashrc:
alias cdir='source cdir.sh'
- Type nav and start browsing files and folders.
- Press f1 to quit nav.
Usage - Windows Command Prompt
- Install with
pip install cdir - Type nav and start browsing files and folders.
- Press f1 to quit nav.
Contribution
Although there are no formal quidelines for contribution yet, it is warmly welcomed! Please use issues to discuss about changes/features you would like to make before implementing them.
Release files for cdir 1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cdir-1.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / cdir-1.1-py3-none-any.whl
| Download URL | cdir-1.1-py3-none-any.whl |
|---|---|
| Size | 11.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4edd118285b1e6b918b13027068647d161469d2627f0251d67487cc8d4451eef
|
|
BLAKE2b-256 checksum How to use checksums |
98a4c3fd05f25303513c5e966de48a8607949c264eac1975114d79b079633906
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6
|