Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.81 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.81 KB

GrabLog

GrabLog shows what packages can be updated and then shows changelogs for each package.

GrabLog main screen

Supported package managers

  • Pub (Dart/Flutter)
  • Composer (PHP)
  • Yarn (JavaScript/NodeJS)
  • Cargo (Rust)

Supported operating systems

OS Download Comments
Ubuntu 24.04 grablog-linux-v0.1.1.tar.xz May work on other distributions
macOS 14 grablog-macos-v0.1.1.pkg Universal binary (x86_64 + arm64)
Windows 11 grablog-windows-v0.1.1.zip Install vc_redist

Info

  • This tool relies on website scraping and parsing, therefore it can stop working at any moment.

  • You can pass a directory or a path to a lock file as a CLI argument.

  • The network requests are cached until the end of the day.

  • To build from the source, install and setup Flutter, then run build.sh (on Linux or macOS) or build-windows.ps1 (on Windows).

License

AGPLv3