feat(omafiles): add keyboard-driven file explorer - #286
Open
This-Is-NPC wants to merge 2 commits into
Open
Conversation
Installs omafiles and omafiles-studio from the v0.1.0 GitHub tarball. sha256sums is SKIP until the tag is published.
The tagged tarball is on GitHub. Replace SKIP with its sha256 and add .omarchy/package.json so the package is a local Omarchy source.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
omafiles, a keyboard-driven file explorer with a command line and a QtQuick window working over one index. Tags are the organizing layer, and nothing
is moved, renamed or wrapped to carry them.
Source: This-Is-NPC/omafiles · v0.1.0
Package
C++17 and Qt Quick built out of tree with
qmake6andmake, in the same shapeas
pkgbuilds/omawrite..omarchy/package.jsonis{"source": "local"}. Thesource is the GitHub tag tarball with a pinned sha256; nothing is fetched during
build().Installs
omafilesandomafiles-studio, the desktop entry, the hicolor SVGicon and the MIT licence, with the same desktop-database and icon-cache
scriptlet omawrite uses.
Runtime dependencies are
qt6-baseandqt6-declarativefor the window,xdg-desktop-portal,xdg-utilsforomafiles open,glib2foromafiles trash, andhicolor-icon-theme.Verification
047f2edc18c78b0566bbfcdcb2a58155245306814ce34f07ed424ef4d16d4a36matches the tarball GitHub generates forv0.1.0.package()installs is present in that tarball:omafiles.pro,LICENSE,pkgbuild/omafiles.svg,pkgbuild/omafiles.desktop.cli.proandstudio.propointDESTDIRat../../bin, which lands asbuild/binfor the out-of-tree buildbuild()does — the pathspackage()reads.OMAFILES_DOCS=1).Not covered: no
makepkgorbin/repo buildrun yet, and only x86_64 has beenbuilt and used —
aarch64is declared but untested.