enbas/internal/executor
Dan Anglin b4cb362a7c
fix: use browser setting in config for URLs
Use the browser specified in the configuration file to open URLs. If the
browser is not specified the link will not be opened and an error is
returned to the user in most cases. This replaces the use of the BROWSER
environment variable and the xdg-open command (on linux).
2024-06-26 12:38:27 +01:00
..
accept_or_reject.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
account.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
add.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
block_or_unblock.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
commands.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
create.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
delete.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
edit.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
errors.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
executor.go fix: update error handling 2024-06-02 11:35:43 +01:00
flags.go feat: view media attachment information 2024-06-18 19:58:59 +01:00
follow_or_unfollow.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
init.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
login.go fix: use browser setting in config for URLs 2024-06-26 12:38:27 +01:00
mute_or_unmute.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
remove.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
resources.go feat: view media attachment information 2024-06-18 19:58:59 +01:00
show.go fix: use browser setting in config for URLs 2024-06-26 12:38:27 +01:00
switch.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
usage.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
version.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
whoami.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00