-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release mainly focuses on improving the packaging side. `isd` now provides a desktop file and uses a standard size for the icon (fixes #29). This release will also be available on PyPI. The main reason for publishing to PyPI is to better support packaging for distros as mentioned in #18. Due to a naming clash on PyPI, the Python project has been renamed to `isd-tui`. However, the project will continue to be named `isd` and the executable will continue to be called `isd`! The Python wheel only includes the necessary files, including the `.desktop` file and icon. The `nix` derivation propagates the `.desktop` file and the icon and makes them available for Desktops of `nix` users. Due to a bug in `isd-appimage`, identical `nixpkgs` pins cannot be used for `isd` (#37 is blocked). This release also introduces _EXPERIMENTAL_ arm support! I do _not_ have access to an arm-based machine, and as such, I cannot actually test the arm-based `AppImage`. The `AppImage` was created by cross-compiling. However, I cannot run a cross-platform `AppImage` (should fix #36). Please let me know if it works for you or not 🙏 At least the arm-based `nix` derivation can be run with QEMU, and it seems to work. PS: This release also includes a workaround for a `Zellij` bug (fixes #34). Though upstream already has a bug-fix available until a new version has been published, `isd` will work around the Zellij issue.
- Loading branch information
1 parent
369fd55
commit 5191c60
Showing
17 changed files
with
310 additions
and
344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
!drafts/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=isd | ||
GenericName=interactive systemd | ||
Comment=A better way to work with systemd units | ||
Icon=isd | ||
Exec=isd | ||
Terminal=true | ||
Categories=System;Monitor;ConsoleOnly; | ||
Keywords=systemd;tui;service-manager |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.