Skip to content

Releases: sebidc/check-installs-tui

check-installs-tui v1.0.2

Choose a tag to compare

@sebidc sebidc released this 07 Jun 02:37

What's new

  • Added an Import / Export pane to the TUI.
  • Export selected package managers into one JSON inventory file.
  • Import from a chosen JSON file using a file-tree path picker.
  • Select managers before installing imported packages.
  • Added confirm buttons before export/install actions.
  • Added install progress activity with installed, skipped, and failed statuses.

Verification

  • Python compile check passed for the released script.
  • Homebrew/local command copies were synced before release.

check-installs-tui v1.0.1

Choose a tag to compare

@sebidc sebidc released this 28 May 14:35

v1.0.1

Added

  • Nerd Font icons throughout the TUI for managers, dashboard stats, search, graph labels, loading screen text, package rows, and popups.
  • README note recommending a Nerd Font-enabled terminal for the best visual experience.

Fixed

  • Kept Nerd Fonts as UI decoration only; they are not scanned as packages or shown in the distribution counts.

Homebrew

Update with:

brew update
brew upgrade check-installs-tui

check-installs-tui v1.0.0

Choose a tag to compare

@sebidc sebidc released this 27 May 14:56

v1.0.0

Promotes the dashboard release built after the early v0.1.0-alpha line.

Added

  • Full-screen curses dashboard with package list, search, detail sidebar, and manager distribution graph.
  • Animated loading screen that reports the package manager currently being scanned.
  • Cleaner loading progress with percent and manager counts below the bar.
  • Mouse wheel and keyboard navigation for package rows and popups.
  • Selection popup with copy actions for package fields.
  • Path popup with copy, open, and reveal actions for install locations.
  • Homebrew ci shortcut alongside check-installs-tui.

Homebrew

Update with:

brew update
brew upgrade check-installs-tui

v0.1.0-alpha

Choose a tag to compare

@sebidc sebidc released this 24 May 13:18

hello world!