A faster way to navigate folders and browse files in Windows and Linux shells.
Project description
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file cdir-1.2-py3-none-any.whl
.
File metadata
- Download URL: cdir-1.2-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44a21f9e37ae6e4ba484d0c5d5990c3782c546e35218f8317b88f6c8e0c1f0e4 |
|
MD5 | c2639181faf23f93b52a40dafb1c5b04 |
|
BLAKE2b-256 | ab5b7f966beeec3d811cccac2a62c27454733de2493deb179129137f8e2dbc9d |