Go to file
Aaron Bieber be09241ba3
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/0e74ca98a74bc7270d28838369593635a5db3260?narHash=sha256-g1v0TsWBQPX97ziznfJdWhgMyMGtoBFs102xSYO4syU%3D' (2024-02-21)
  → 'github:NixOS/nixpkgs/4cba8b53da471aea2ab2b0c1f30a81e7c451f4b6?narHash=sha256-vMZ5603yU0wxgyQeHJryOI%2BO61yrX2AHwY6LOFyV1gM%3D' (2024-04-08)
2024-04-11 11:25:14 -06:00
.envrc initial 2023-10-07 05:29:05 -06:00
.gitignore initial 2023-10-07 05:29:05 -06:00
agent.go agent: Call time.Round(0) to correct .After failure when coming out of S3 suspend 2024-02-22 07:19:02 -07:00
cmds.go cleanup logging a bit 2023-11-10 19:17:56 -07:00
flake.lock flake.lock: Update 2024-04-11 11:25:14 -06:00
flake.nix fix vendor hash and update to v1.0.3 2024-02-22 07:39:00 -07:00
go.mod bump deps and mark v1.0.2 2024-02-22 07:20:47 -07:00
go.sum bump deps and mark v1.0.2 2024-02-22 07:20:47 -07:00
icon.go increase the icon resolution 2024-01-03 09:12:15 -07:00
LICENSE +license and readme 2023-10-07 06:11:25 -06:00
main.go set app id, bump to 1.0.1 2024-01-16 19:14:57 -07:00
privkey.go agent: Call time.Round(0) to correct .After failure when coming out of S3 suspend 2024-02-22 07:19:02 -07:00
README.md Typo 2024-01-17 10:35:47 -06:00
traygent.json.example add example config file 2024-01-16 19:15:42 -07: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.