-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
48 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>dev.zellij.Zellij</id> | ||
|
||
<name>Zellij</name> | ||
<summary>A terminal workspace with batteries included</summary> | ||
|
||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>MIT</project_license> | ||
|
||
<description> | ||
<p> | ||
Zellij is a terminal workspace. It has the base functionality of a terminal multiplexer (similar to tmux or screen) but includes many built-in features that would allow users to extend it and create their own personalized environment. | ||
</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">zellij.desktop</launchable> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://zellij.dev/img/tutorial-1-preview.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://zellij.dev/img/tutorial-2-preview.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://zellij.dev/img/tutorial-3-preview.png</image> | ||
</screenshot> | ||
</screenshots> | ||
</component> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<Name>zellij</Name> | ||
<Homepage>https://zellij.dev</Homepage> | ||
<Packager> | ||
<Name>Evan Maddock</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Muhammad Alfi Syahrin</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>MIT</License> | ||
<PartOf>system.utils</PartOf> | ||
|
@@ -24,17 +24,19 @@ | |
<Path fileType="data">/usr/share/applications/zellij.desktop</Path> | ||
<Path fileType="data">/usr/share/bash-completion/completions/zellij</Path> | ||
<Path fileType="data">/usr/share/fish/vendor_completions.d/zellij.fish</Path> | ||
<Path fileType="data">/usr/share/icons/hicolor/256x256/apps/zellij.png</Path> | ||
<Path fileType="man">/usr/share/man/man1/zellij.1</Path> | ||
<Path fileType="data">/usr/share/metainfo/dev.zellij.Zellij.metainfo.xml</Path> | ||
<Path fileType="data">/usr/share/zsh/site-functions/_zellij</Path> | ||
</Files> | ||
</Package> | ||
<History> | ||
<Update release="6"> | ||
<Date>2024-05-02</Date> | ||
<Update release="7"> | ||
<Date>2024-07-14</Date> | ||
<Version>0.40.1</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Evan Maddock</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Muhammad Alfi Syahrin</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |