Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cdir

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdir

A faster way to navigate folders and browse files in Windows and Linux shells.

  • 1.3
  • PyPI
  • Socket score

Maintainers
1

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.
  • Easy to install.

Usage - Bash

  1. Install with pip install cdir
  2. Add following line to .bashrc:
alias cdir='source cdir.sh'
  1. Type cdir and start browsing files and folders.
  2. Press f1 to quit cdir.

Usage - Windows Command Prompt

  1. Install with pip install cdir
  2. Type cdir and start browsing files and folders.
  3. Press f1 to quit cdir.

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc