Releases: Ayushlm10/skim
Releases · Ayushlm10/skim
v0.4.0
Changelog
- ea91938: Phase 10: Fullscreen Preview - Press f to toggle fullscreen mode (@Ayushlm10)
v0.3.0
Changelog
- 65a2e61: Phase 9: Version & Upgrade Command - Self-updating binary support (@Ayushlm10)
v0.2.0
What's New
Ignored Directories (Phase 8)
- Performance improvement: Directories like
node_modules,vendor,__pycache__are now skipped by default - Press
iin the file tree to toggle visibility of ignored directories - Status bar shows
[showing ignored]when ignored directories are visible
Default Ignore List
The following directories are ignored by default:
node_modules- JavaScript/Node.js dependenciesvendor- Go modules, PHP Composer__pycache__- Python bytecode cache.venv,venv- Python virtual environmentsdist,build- Build output directoriestarget- Rust/Java build output.cache,.next,.nuxt- Framework cachescoverage- Test coverage reports.terraform,.serverless- Infrastructure tool cachesbower_components- Bower dependencies
Upgrade
curl -sSfL https://raw.githubusercontent.com/Ayushlm10/skim/main/install.sh | shv0.1.0
Changelog
- 8d91779: Add Folio markdown viewer (Astro-based) (Ayush Thakur ayushthakur385@gmail.com)
- 4f05f4a: Add GoReleaser and install script for distribution (Ayush Thakur ayushthakur385@gmail.com)
- 4fd5908: Add README.md with project documentation (Ayush Thakur ayushthakur385@gmail.com)
- 240b6fb: Fix search highlighting and status bar visibility (Ayush Thakur ayushthakur385@gmail.com)
- 9df2d40: Phase 1: Foundation - Basic dual-panel TUI with Charm stack (Ayush Thakur ayushthakur385@gmail.com)
- 2ff3f62: Phase 2: File Tree Component - Directory scanning with expand/collapse (Ayush Thakur ayushthakur385@gmail.com)
- 66123b8: Phase 3: Markdown Preview - Glamour rendering with viewport scrolling (Ayush Thakur ayushthakur385@gmail.com)
- ef88deb: Phase 4: Filter/Search - Fuzzy file filtering with styled input (Ayush Thakur ayushthakur385@gmail.com)
- 1cf6201: Phase 5: File Watching - Live reload with fsnotify debouncing (Ayush Thakur ayushthakur385@gmail.com)
- ed889fa: Phase 6: Polish & Styling - Help overlay, improved UX states (Ayush Thakur ayushthakur385@gmail.com)
- 2dd35d7: Phase 7.1: Mouse Scrolling - Route wheel events to hovered panel (Ayush Thakur ayushthakur385@gmail.com)
- b25c306: Phase 7.2: In-Preview Search - Content search with match navigation (Ayush Thakur ayushthakur385@gmail.com)
- 284eb83: Remove specs directory from repo (internal docs only) (Ayush Thakur ayushthakur385@gmail.com)
- 2a0b759: Rename to skim and add directory selection highlighting (Ayush Thakur ayushthakur385@gmail.com)
- 915e4ab: Update README and add MIT license (Ayush Thakur ayushthakur385@gmail.com)
- 78be228: add AGENTS.md (Ayush Thakur ayushthakur385@gmail.com)
- f954fcc: add skim view (Ayush Thakur ayushthakur385@gmail.com)
- e68d54e: mdview --> skim (Ayush Thakur ayushthakur385@gmail.com)
- 209e9b8: remove AGENTS.md (Ayush Thakur ayushthakur385@gmail.com)
- 3f786e3: remove mdview (Ayush Thakur ayushthakur385@gmail.com)
- a069974: update image (Ayush Thakur ayushthakur385@gmail.com)
- bfc5a96: why skim (Ayush Thakur ayushthakur385@gmail.com)