summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmbook
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.local/bin/dmbookm8
1 files changed, 7 insertions, 1 deletions
diff --git a/.local/bin/dmbookm b/.local/bin/dmbookm
index 2bfeb21..22a9e52 100755
--- a/.local/bin/dmbookm
+++ b/.local/bin/dmbookm
@@ -15,6 +15,7 @@ use constant {
use constant LIST => {
graf => 'http://graf.joe.town/',
zhinu => 'https://zhinu.jozan.org/',
+ claude => 'https://claude.ai',
perplexity => 'https://perplexity.ai/',
chatgpt => 'https://chatgpt.com/',
discord => 'https://discord.com/',
@@ -24,6 +25,7 @@ use constant LIST => {
nua_gr_restops => 'https://grafana.nuabee.fr/d/Mz11bd07k/vue-d-ensemble-machines-atelier',
nua_gr_alertops => 'https://grafana.nuabee.fr/d/WojOgXTmk/ops-alerts',
nua_git => 'https://gitlab.int.ysosecure.com/',
+ nua_pipes => 'https://gitlab.int.ysosecure.com/ops/NuaProv/-/pipelines',
nua_mbs => 'https://mbs.nuabee.com/',
nua_hedgedoc => 'http://hedgedoc.int.ysosecure.com/',
nua_doc => 'https://doc.int.ysosecure.com/',
@@ -31,6 +33,10 @@ use constant LIST => {
nua_zammad => 'https://support.nuabee.fr/',
nua_atlas => 'https://atlas.nuabee.fr/',
nua_share => 'https://share.nuabee.fr/',
+ nua_windmill => 'https://windmill.nuabee.fr/',
+ nua_aether => 'https://aether.int.ysosecure.com/ui',
+ nua_gaia => 'https://gaia.int.ysosecure.com/',
+ nua_certsrv => 'https://orca1.int.ysosecure.com/certsrv',
};
sub main
@@ -50,7 +56,7 @@ sub main
if (HOSTNAME eq "mars") {
$prefix += '/local';
}
- for (keys %{LIST()}) {
+ for (sort keys %{LIST()}) {
$list .= $_ . "\n";
}
$choice = `printf "$list" | dmenu -i -l 100 -sb '$color' -shb '$color'`;