summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-05-03aliasx: release 0.2.2Hans Binderup
New version with: Run command Config generator More file extensions supported See the offical release for more info Signed-off-by: Hans Binderup <hbinderup94@gmail.com>
2026-04-11pkg: add sqlite as a build and runtime dep.Hans Binderup
Required for the new history feature. Signed-off-by: Hans Binderup <hbinderup94@gmail.com>
2026-04-11aliasx: release 0.2.1Hans Binderup
A bunch of new features including history and conditions. Signed-off-by: Hans Binderup <hbinderup94@gmail.com>
2026-02-22aliasx: fix pkgrelHans Binderup
forgot to update that.. Signed-off-by: Hans Binderup <hbinderup94@gmail.com>
2026-02-22aliasx: point at cli nowHans Binderup
The build is now divided into 3 crates; ensure that we install the cli Signed-off-by: Hans Binderup <hbinderup94@gmail.com>
2026-02-22aliasx: release 0.2.0Hans Binderup
A brand new rework on the fzf! Signed-off-by: Hans Binderup <hbinderup94@gmail.com>
2026-01-29aliasx: release 0.1.9Hans Binderup
## What's Changed * task_collection: fzf: remove duplicates and reduces copies by @hansbinderup in https://github.com/hansbinderup/aliasx/pull/21 * input: add input mapping by @hansbinderup in https://github.com/hansbinderup/aliasx/pull/22 * validator: add dedicated validator | validate input mappings by @hansbinderup in https://github.com/hansbinderup/aliasx/pull/23 * task_collection: force verbose print on single validation by @hansbinderup in https://github.com/hansbinderup/aliasx/pull/24 **Full Changelog**: https://github.com/hansbinderup/aliasx/compare/0.1.8...0.1.9 Signed-off-by: Hans Binderup <habi@bang-olufsen.dk>
2026-01-02aliasx: release 0.1.8Hans Binderup
## What's Changed * cli: remove error prefix by @hansbinderup in https://github.com/hansbinderup/aliasx/pull/16 * inputs: add support for variable inputs by @hansbinderup in https://github.com/hansbinderup/aliasx/pull/17 * inputs: add default option by @hansbinderup in https://github.com/hansbinderup/aliasx/pull/18 * task_collection: add initial task collection by @hansbinderup in https://github.com/hansbinderup/aliasx/pull/19 * validation: add initial validation by @hansbinderup in https://github.com/hansbinderup/aliasx/pull/20 **Full Changelog**: https://github.com/hansbinderup/aliasx/compare/0.1.7...0.1.8 Signed-off-by: Hans Binderup <hbinderup94@gmail.com>
2026-01-01aliasx: release 0.1.7Hans Binderup
* better error messages * replace id->index in cli * removed duplicated entries Signed-off-by: Hans Binderup <hbinderup94@gmail.com>
2026-01-01aliasx: release 0.1.6Hans Binderup
Release aliasx 0.1.6 Signed-off-by: Hans Binderup <hbinderup94@gmail.com>
2025-11-28aliasx: release 0.1.5Hans Binderup
now support global aliases Signed-off-by: Hans Binderup <habi@bang-olufsen.dk>
2025-11-21aliasx: fix update 0.1.4Hans Binderup
update script was not run Signed-off-by: Hans Binderup <habi@bang-olufsen.dk>
2025-11-21aliasx: release 0.1.4Hans Binderup
Adds support for #legacy rust xD. Jokes aside. Makes sense. Signed-off-by: Hans Binderup <habi@bang-olufsen.dk>
2025-11-13aliasx: release 0.1.3Hans Binderup
Added support for native aliases. Signed-off-by: Hans Binderup <hbinderup94@gmail.com>
2025-11-10pkgbuild: use locked instead of frozenHans Binderup
Frozen seemed to cause some dependency issues. Use locked instead. Signed-off-by: Hans Binderup <habi@bang-olufsen.dk>
2025-11-08pkgbuild: add shasum to buildHans Binderup
Safer for the user, so let's add it. Quite easy. Signed-off-by: Hans Binderup <habi@bang-olufsen.dk>
2025-11-08scripts: add update.sh helperHans Binderup
Can now automate bumping versions Signed-off-by: Hans Binderup <habi@bang-olufsen.dk>
2025-11-08aliasx: bump to version 0.1.2Hans Binderup
version 0.1.1 has version bug. Is fixed now. Signed-off-by: Hans Binderup <habi@bang-olufsen.dk>
2025-11-08aliasx: bump to version 0.1.1Hans Binderup
Includes a better user experience. Signed-off-by: Hans Binderup <habi@bang-olufsen.dk>
2025-11-08pkgbuild: fix buildHans Binderup
Was running cargo from the wrong path. Signed-off-by: Hans Binderup <habi@bang-olufsen.dk>
2025-11-08initial .srcinfoHans Binderup
let's see if this works Signed-off-by: Hans Binderup <habi@bang-olufsen.dk>
2025-11-08initial pkgbuildHans Binderup
First time doing this.. let's see how it goes Signed-off-by: Hans Binderup <habi@bang-olufsen.dk>