Commit Graph

  • 63057c6f7d fix: execute must trigger render update feat/dioxus-5 imgurbot12 2024-07-10 22:21:41 -0700
  • deda448b71 fix: escape key must trigger render update imgurbot12 2024-07-10 22:08:08 -0700
  • 5384ad4492 fix: debug window usage should be gated with macro imgurbot12 2024-07-10 22:05:43 -0700
  • 838398a959 fix: remodel quit to ensure exit on execute imgurbot12 2024-07-10 22:02:47 -0700
  • d356558a7d chore: minor format cleanups imgurbot12 2024-07-10 21:49:28 -0700
  • e19a791023 feat: implement custom right-click context menu imgurbot12 2024-07-10 21:47:22 -0700
  • d59003a8b0 fix: improper overflow due to css margin imgurbot12 2024-07-10 17:44:18 -0700
  • eb89fbdb10 fix: hide menu for network gui imgurbot12 2024-07-10 11:38:21 -0700
  • fd364ec43c feat: powermenu support hyprland imgurbot12 2024-07-10 11:38:03 -0700
  • f68ae0064c chore: improve cli descriptions imgurbot12 2024-07-10 01:32:56 -0700
  • c345ffea81 chore: remove deprecated search-min-length field imgurbot12 2024-07-10 01:27:16 -0700
  • 370ebfa5ec feat: upgraded freedesktop parser imgurbot12 2024-07-10 01:26:53 -0700
  • 129ac75287 feat: upgrade network plugin to dioxus v0.5.1 imgurbot12 2024-07-10 01:26:09 -0700
  • e6b8018cb5 feat: hide duplicate desktop files by default imgurbot12 2024-07-10 00:34:46 -0700
  • ab1b68e7db feat: additional debug, fixed decorations issue imgurbot12 2024-07-08 22:37:50 -0700
  • 64103fcd1b feat: basic reimpl complete for dioxus 5 imgurbot12 2024-07-06 17:15:33 -0700
  • cf84616bac feat: further progress on reimpl with support for cleanup imgurbot12 2024-07-05 01:11:49 -0700
  • 69e72ae6bc feat: scroll implemented by facing keydown bug imgurbot12 2024-07-04 15:57:02 -0700
  • 965d53263d feat: upgrade deps, incomplete work on dioxus 5 rewrite imgurbot12 2024-06-18 22:41:33 -0700
  • c8926f5ec4 feat: use rayon for desktop/run plugins imgurbot12 2024-06-18 22:40:14 -0700
  • cde679fbfd chore: cargo update. rmenu 1.2.1 -> 1.2.2 master v1.2.2 imgurbot12 2024-04-28 10:21:50 -0700
  • dea0609ffc
    Merge pull request #14 from LordGrimmauld/desktop_spec Andrew Scott 2024-04-28 10:14:25 -0700
  • 9270ef9ea0
    Merge pull request #13 from imgurbot12/fix/multi-stage Andrew Scott 2024-04-28 09:54:04 -0700
  • b5ccb5f2ac Respect the specification some more LordGrimmauld 2024-04-28 12:12:15 +0200
  • 9303d23d47 update flake lock LordGrimmauld 2024-04-28 11:17:49 +0200
  • f3e545025b feat: update default config for powermenu imgurbot12 2024-04-26 16:47:50 -0700
  • 9d292c3360 feat: use env-vars to preserve configuration between multi-stage cmds imgurbot12 2024-04-26 16:44:25 -0700
  • 024bc46d30
    Merge pull request #11 from imgurbot12/feat/mouse-tweaks v1.2.1 Andrew Scott 2024-04-10 12:10:52 -0700
  • 51d66a0b76 chore: upgrade nix version imgurbot12 2024-04-10 12:09:48 -0700
  • 9e6ca9957e fix: tweaks to cli args broke powermenu imgurbot12 2024-04-09 23:14:27 -0700
  • 2e436401f3 fix: forgor rmenu-plugin and to actually update config imgurbot12 2024-04-09 15:02:57 -0700
  • 14373d9f12 fix: more precise pointer spec imgurbot12 2024-04-09 14:45:56 -0700
  • fcc64b6dd5 chore: revert experimental change imgurbot12 2024-04-09 14:40:21 -0700
  • ecd051435d feat: single-select and mouse-hover options added, version updates imgurbot12 2024-04-09 14:38:28 -0700
  • 108e5272fc feat: respect XDG_DATA_HOME when searching for desktop files imgurbot12 2024-04-08 02:54:43 -0700
  • 8e01e98bc3 feat: now in nix unstable imgurbot12 2024-04-07 02:51:35 -0700
  • a1f3821a64
    Merge pull request #9 from LordGrimmauld/master Andrew Scott 2024-04-04 12:29:04 -0700
  • 0763b07783 fix shell script plugins in flake run LordGrimmauld 2024-04-04 11:13:51 +0200
  • d94eec96a7 fix: change nix packaging after config update imgurbot12 2024-04-03 22:48:58 -0700
  • 4a593201c9 feat: minor default make-install restructure imgurbot12 2024-04-03 22:40:26 -0700
  • 317fdafe3b feat: better readme and examples imgurbot12 2024-04-03 13:47:36 -0700
  • 1de4531c3a
    Merge pull request #7 from LordGrimmauld/master Andrew Scott 2024-04-03 11:39:01 -0700
  • 36557fef00 align nix tooling with post-review tooling merged upstream LordGrimmauld 2024-04-03 19:26:21 +0200
  • 3a9e065796 chore: cargo update v1.2.0 imgurbot12 2024-04-02 11:41:24 -0700
  • 6fffbae1b6 chore: upgrade cargo.lock version imgurbot12 2024-04-02 11:39:38 -0700
  • 356f5c3b05 chore: upgrade version for tag release imgurbot12 2024-04-02 11:36:49 -0700
  • 5fb9aa6863 feat: rustfmt, moved cache to xdg-cache dir imgurbot12 2024-04-02 10:45:51 -0700
  • 64fdbaafc4
    Merge pull request #6 from LordGrimmauld/fix_xdg_css Andrew Scott 2024-04-02 10:35:08 -0700
  • 018a98d7bc fix missing shell expand LordGrimmauld 2024-04-02 17:19:42 +0200
  • 2c71f4ad2b allow searching css independent of config path LordGrimmauld 2024-04-02 12:26:25 +0200
  • aed276b104 fix: powermenu css updates to fix default css changes imgurbot12 2024-03-31 20:35:14 -0700
  • ecacad55bc chore: upgrade patch version with css update imgurbot12 2024-03-31 13:30:22 -0700
  • 9e736ccd07 fix: css boundaries for results updated imgurbot12 2024-03-31 13:21:19 -0700
  • 7e2302eb64 chore: license fix v1.1.0 feat/v1.1.0 imgurbot12 2024-03-29 13:45:48 -0700
  • a18fa25ada chore: license imgurbot12 2024-03-29 12:05:59 -0700
  • ce84787c59 feat: nix support thanks to @LordGrimmauld imgurbot12 2024-03-29 11:53:41 -0700
  • 9236afb93a
    Merge pull request #5 from LordGrimmauld/feat/v1.1.0 Andrew Scott 2024-03-29 11:47:12 -0700
  • 179418dece update nix tooling LordGrimmauld 2024-03-29 14:55:47 +0100
  • b6ce0ccb52 fix broken xdg path search LordGrimmauld 2024-03-29 14:50:42 +0100
  • 81f612ecbf add basic flake.nix LordGrimmauld 2024-03-29 10:35:40 +0100
  • 686328eb71 readd Cargo.lock, ignore nix build result LordGrimmauld 2024-03-29 10:23:06 +0100
  • 188f542ffb feat: support more dynamic configuration via env & xdg imgurbot12 2024-03-28 18:21:41 -0700
  • aa1b2f6db9 fix: remove debug line imgurbot12 2024-03-28 18:08:12 -0700
  • f4bc65e5de chore: include lock for release build v1.0.0 feat/v1.0.0 imgurbot12 2024-03-28 09:05:28 -0700
  • d4371b880b fix: better pipewire support with slight search mods imgurbot12 2024-03-28 09:03:35 -0700
  • cebcbc8b23 feat: pipewire support imgurbot12 2024-03-23 23:03:44 -0700
  • 29bb6b5924 fix: recovered network-plugin imgurbot12 2024-03-02 13:20:07 -0700
  • ed3a264e01
    Merge pull request #4 from imgurbot12/fix/maintenance Andrew Scott 2024-03-02 12:36:05 -0700
  • 6361424123 feat: balena broke network plugin, fixed dioxus dependency issue imgurbot12 2024-03-02 12:33:00 -0700
  • e21e9a2cdb fix: remove useless css feat/webview imgurbot12 2023-12-15 01:35:08 -0700
  • 7b2741c4c1 feat: submenu, tranparency-support, better cfgs imgurbot12 2023-12-15 01:34:28 -0700
  • e3598ebf2e feat: icon support imgurbot12 2023-12-14 15:49:01 -0700
  • 3f4fd61aa8 feat: paginated results imgurbot12 2023-12-14 13:14:08 -0700
  • 7c3c3cf486 feat: start of rework (again lol) using webview imgurbot12 2023-12-13 22:40:26 -0700
  • 4d8b895359 feat: improved makefile w/ package option. may start releases soon imgurbot12 2023-08-25 14:53:23 -0700
  • 553cff8075 feat: better plugin/scripting explanations imgurbot12 2023-08-20 19:45:20 -0700
  • bffdd56384 feat: added powermenu screenshot imgurbot12 2023-08-20 19:13:12 -0700
  • 641b9eddb8
    Merge pull request #2 from imgurbot12/feat/script Andrew Scott 2023-08-20 19:09:50 -0700
  • e28b333cd5 feat: included theme screenshots imgurbot12 2023-08-20 19:09:23 -0700
  • 101f2b8b4d feat: export additional settings to options imgurbot12 2023-08-20 14:12:17 -0700
  • ce93df8b51 feat: new launchpad theme imgurbot12 2023-08-20 14:06:17 -0700
  • 7d1a12c05d feat: allow plugins to have their own config overrides imgurbot12 2023-08-20 13:59:32 -0700
  • 19901cbe34 feat: include default alt-icon when icon is missing imgurbot12 2023-08-20 13:07:59 -0700
  • 3f7baff1fb feat: added jump next/prev keybinds, bincode does not support tagged items imgurbot12 2023-08-20 12:04:47 -0700
  • 59e8cf6c22 feat: swap css/theme uses. theme is now primary css imgurbot12 2023-08-20 10:27:18 -0700
  • 5fb383851c feat: use activate-connection2 on wifi login imgurbot12 2023-08-19 23:47:00 -0700
  • b13f3cc9ce feat: minor plugin tweaks and fixes imgurbot12 2023-08-19 21:20:20 -0700
  • faa7fea0fd feat: move simple plugins to shell-script w/ new rmenu-build tool imgurbot12 2023-08-19 17:36:47 -0700
  • 1335477c3f feat: make rmenu-build imgurbot12 2023-08-19 15:24:44 -0700
  • b8c820aabf fix: better short-flags imgurbot12 2023-08-19 15:24:04 -0700
  • 1501e748d0 feat: improved cli and implemented options entry override imgurbot12 2023-08-19 01:09:39 -0700
  • 7e3c6c45d8 feat: added options to pass from entries imgurbot12 2023-08-18 19:58:19 -0700
  • 7ff9412a67 feat: reswizzled rmenu-plugin. added cli to easily build entries from command imgurbot12 2023-08-17 22:19:20 -0700
  • 8634227e22 feat: overhaul rmenu-cli, start on powermenu impl, start on scripting interface imgurbot12 2023-08-16 23:21:55 -0700
  • 63a87c3873 feat: implemented simple window-switcher for sway imgurbot12 2023-08-14 22:11:14 -0700
  • ff88a5c042 feat: export plugins under new names imgurbot12 2023-08-14 17:42:50 -0700
  • 194398d861 fix: use upgraded rmenu-plugin version imgurbot12 2023-08-14 17:42:23 -0700
  • d10d1c6e4e fix: remove old plugin imgurbot12 2023-08-14 17:14:55 -0700
  • 80bb18edf9 feat: upgrade to release 0.0.1 imgurbot12 2023-08-14 17:07:01 -0700
  • 16ccc5cdef feat: implement wifi-connection plugin imgurbot12 2023-08-14 15:44:40 -0700