Skip to content

Releases: Ayushlm10/skim

v0.4.0

13 Feb 06:00

Choose a tag to compare

Changelog

  • ea91938: Phase 10: Fullscreen Preview - Press f to toggle fullscreen mode (@Ayushlm10)

v0.3.0

01 Feb 07:23

Choose a tag to compare

Changelog

  • 65a2e61: Phase 9: Version & Upgrade Command - Self-updating binary support (@Ayushlm10)

v0.2.0

01 Feb 07:02

Choose a tag to compare

What's New

Ignored Directories (Phase 8)

  • Performance improvement: Directories like node_modules, vendor, __pycache__ are now skipped by default
  • Press i in 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 dependencies
  • vendor - Go modules, PHP Composer
  • __pycache__ - Python bytecode cache
  • .venv, venv - Python virtual environments
  • dist, build - Build output directories
  • target - Rust/Java build output
  • .cache, .next, .nuxt - Framework caches
  • coverage - Test coverage reports
  • .terraform, .serverless - Infrastructure tool caches
  • bower_components - Bower dependencies

Upgrade

curl -sSfL https://raw.githubusercontent.com/Ayushlm10/skim/main/install.sh | sh

v0.1.0

01 Feb 06:12

Choose a tag to compare

Changelog