diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-29 01:59:23 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-29 01:59:23 +0200 |
| commit | 28e43c7356d796e18d2f818d100078c5aa31c14c (patch) | |
| tree | 023c7f4a9d192bcf4f16755307f43a622beb671d /motd | |
| parent | 2b28ee919614d5ddaceda26ce488a0ca4c851cb3 (diff) | |
add executable runner
Diffstat (limited to 'motd')
| -rw-r--r-- | motd/motd.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/motd/motd.go b/motd/motd.go index bb64606..10eacd2 100644 --- a/motd/motd.go +++ b/motd/motd.go @@ -21,6 +21,8 @@ var Messages = []string{ "create a target with the same base name but containing .override. to prefer it over the other during invocations", "pik crawls both the regular and symlink evaluated locations, if they are different", "unsure about what you're doing? use --dry to check what you're running", + "use --edit to open a target in your $EDITOR", + "pik indexes executable files too, if you want to run something arbitrary", } func One() string { |
