Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8259b2e132 | |||
| 4052c6f71f | |||
| 0e94895349 | |||
| d9cf164b2c |
16
CHANGELOG.md
16
CHANGELOG.md
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
The format is based on Keep a Changelog, and this project follows Semantic Versioning.
|
The format is based on Keep a Changelog, and this project follows Semantic Versioning.
|
||||||
|
|
||||||
|
## [0.2.5] - 2026-04-03
|
||||||
|
|
||||||
|
### Improved
|
||||||
|
- Add explicit repository link in README for PyPI users to access the full demo and documentation
|
||||||
|
|
||||||
|
## [0.2.4] - 2026-04-03
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Use absolute demo GIF URL in README so image renders correctly on PyPI
|
||||||
|
|
||||||
|
## [0.2.3] - 2026-04-02
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Add project demo GIF at `docs/demo.gif`
|
||||||
|
- Show GIF demo in README
|
||||||
|
|
||||||
## [0.2.2] - 2026-04-02
|
## [0.2.2] - 2026-04-02
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
16
README.md
16
README.md
@@ -5,7 +5,9 @@
|
|||||||
`cd-browser` is a fast keyboard-driven directory navigator for the terminal.
|
`cd-browser` is a fast keyboard-driven directory navigator for the terminal.
|
||||||
It lets you explore directory trees visually and jump to any folder instantly.
|
It lets you explore directory trees visually and jump to any folder instantly.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Repository (full demo + docs): https://gitea.sakydogalo.es/saky/cd-browser
|
||||||
|
|
||||||
## Why cd-browser?
|
## Why cd-browser?
|
||||||
|
|
||||||
@@ -19,14 +21,14 @@ Working in the terminal often means:
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- 🚀 Fast visual navigation of directory trees
|
- ⌨️ Fully keyboard-driven workflow (`↑` / `↓` / `←` / `→`)
|
||||||
- ⌨️ Fully keyboard-driven workflow
|
- 🌲 Expand and collapse directories (`→` to expand/enter, `←` to collapse/back)
|
||||||
- 🌲 Expand and collapse directories
|
- 📜 Navigation history inside the session (`h` history mode, `b` back, `f` forward)
|
||||||
- 📜 Navigation history inside the session
|
- ⚡ Returns the selected path to the shell (`Enter` to confirm, `Esc` to cancel)
|
||||||
|
- 🔎 Press `.` to toggle hidden directories
|
||||||
- 🖥 Native terminal interface
|
- 🖥 Native terminal interface
|
||||||
- 🔁 Works with Bash, Zsh and other shells
|
- 🔁 Works with Bash, Zsh and other shells
|
||||||
- ⚡ Returns the selected path to the shell
|
- 🚀 Fast visual navigation of directory trees
|
||||||
- 🔎 Press `.` to toggle hidden directories
|
|
||||||
|
|
||||||
## Quick Demo
|
## Quick Demo
|
||||||
|
|
||||||
|
|||||||
BIN
docs/demo.gif
Normal file
BIN
docs/demo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 469 KiB |
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "cd-browser"
|
name = "cd-browser"
|
||||||
version = "0.2.2"
|
version = "0.2.5"
|
||||||
description = "A fast keyboard-driven directory navigator for the terminal."
|
description = "A fast keyboard-driven directory navigator for the terminal."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user