1
0
Fork
You've already forked traygent
0
No description
  • Go 82.5%
  • Nix 17.5%
Aaron Bieber e07b458e50 flake.lock: Update
Flake lock file updates:
• Updated input 'nixpkgs':
 'github:NixOS/nixpkgs/b9684918990186f249404b27054ecff597817567' (2026年05月25日)
 → 'github:NixOS/nixpkgs/8d2b13b41ca22900640adde51ae8426826673ecd' (2026年05月28日)
2026年05月28日 14:52:11 -06:00
.envrc initial 2023年10月07日 05:29:05 -06:00
.gitignore initial 2023年10月07日 05:29:05 -06:00
agent.go Extend everything to support external agents 2026年02月23日 09:46:53 -07:00
cmds.go Extend everything to support external agents 2026年02月23日 09:46:53 -07:00
flake.lock flake.lock: Update 2026年05月28日 14:52:11 -06:00
flake.nix switch to nixos-26.05 2026年05月25日 11:22:23 -06:00
FyneApp.toml v1.1.1 2024年08月27日 18:51:13 -06:00
go.mod bump 2026年05月25日 10:36:56 -06:00
go.sum bump 2026年05月25日 10:36:56 -06:00
icon.go switch icon to white text 2026年02月28日 18:22:52 -07:00
LICENSE +license and readme 2023年10月07日 06:11:25 -06:00
main.go allow for re-connecting to vanished agents, skip ones that aren't there 2026年02月24日 07:30:17 -07:00
privkey.go remove the force and duration options 2024年08月26日 19:32:40 -06:00
README.md Typo 2024年01月17日 10:35:47 -06:00
traygent.json.example Extend everything to support external agents 2026年02月23日 09:46:53 -07:00
traygent.png update deps, add icon 2024年08月26日 07:48:32 -06:00

traygent

A ssh-agent(1) that lives in your system tray and allows you to run arbitrary commands when:

  • A key is added.
  • A key is removed.
  • A signing request comes in.

This can be used to tie in an external application for verification of key usage, or to send desktop notifications when a key is added/removed.