Jolly is a cross between a bookmark manager and an application launcher.
It extends the concept of your browser bookmarking interface, but allows these bookmarks to access files on your local file system, as well as run commands in your shell.
[0.3.0] - 2023-08-09
Added
-
Add support for
description
field. You can use this to provide more detail about a jolly entry, beyond its title. #19 -
Add support for icons. Jolly will look up appropriate icons for files and display them inline. #18, #20, #35
-
Added support for logging facade. Logging can be configured in the config file. #30
-
Added basic CLI args to Jolly. Config file can now be specified as an argument. #31
Changed
- Text shaping uses
iced
Advanced text shaping. Should have better support for non-ascii characters in entries #25, #36
Fixed
- Cleaned up window resize commands to avoid flashing of window #26