tmux-kanagawa/scripts
David Dunham 504098ed74 Fix multi word fixed location
If you set the @dracula-fixed-location to "San Diego, California" it
ends up looking at "San" which is somewhere in South Korea. This occurs
for any fixed-location that has a space. Something like
"Portland, Oregon" can be modified to "Portland,Oregon" and still work
but we can't remove the space from "San Diego". The reason that spaces
in the fixed location break the backend request is that dracula.sh loses
everything after the space.

Q: Why does the fixed-location end up as "San"?
A: In dracula.sh the fixed-location is not wrapped in quotes when
embedded in the status-right string.

A: In weather_wrapper.sh the call to weather.sh does not wrap the
fixed-location argument with quotes.

Q: When these are fixed why do we get a broken link?
A: Since we are calling a web service using a url, we need to escape
the spaces by changing them to %20
2024-01-03 17:59:07 -08:00
..
attached_clients.sh Add attached-clients plugin 2022-06-18 05:35:23 -04:00
battery.sh Battery Status for Fedora 36 2022-08-10 14:14:17 +01:00
continuum.sh Trim tmux-continuum status if no save present 2023-07-22 18:12:37 -04:00
cpu_info.sh Merge branch 'master' into master 2023-09-25 13:30:27 -04:00
cwd.sh fix bug with multi-word cwd 2023-05-12 13:35:49 -04:00
dracula.sh Fix multi word fixed location 2024-01-03 17:59:07 -08:00
fossil.sh missed on path change 2023-02-10 18:03:23 +00:00
git.sh git: add remote info support 2022-10-26 11:04:30 +02:00
gpu_power.sh fix gpu power monitor 2023-04-26 16:21:38 +02:00
gpu_ram_info.sh fix gpu memory 2023-04-26 13:44:09 +02:00
gpu_usage.sh fix gpu reporting issue #195 2023-03-22 13:23:19 +01:00
hg.sh Fix symbol for deleted files 2023-07-04 07:35:30 -05:00
kubernetes_context.sh added eks support for kubernetes prompt 2023-05-12 18:06:09 +03:00
mpc.sh feat: Added tmux.conf customizations 2023-10-19 16:09:27 +05:30
network.sh Update network.sh to not cut off SSIDs starting with ^ 2023-10-16 21:44:27 +02:00
network_bandwidth.sh check for bc program and show info if not found 2023-10-01 10:35:42 +02:00
network_ping.sh 🐛 fix(#180): set network_ping as executable 2023-01-07 16:55:14 +01:00
network_vpn.sh add only Darwin support 2023-04-08 15:12:22 -04:00
ram_info.sh Fix: Avoid potential delay in calc of RAM (darwin) 2023-12-15 10:57:07 -05:00
spotify-tui.sh Change default format to spt's default 2023-04-26 17:21:32 +02:00
ssh_session.sh refactor: Avoid if statements with double quotes and use single quotes instead to improve portability of plugin 2023-11-14 23:17:38 +01:00
synchronize_panes.sh [fix] 'synchronize-panes' is not runnable 2023-07-14 11:00:47 +02:00
terraform.sh Added terraform workspace support 2023-05-12 19:02:51 +03:00
tmux_ram_info.sh Fix shellcheck warnings 2023-07-09 01:07:22 -04:00
utils.sh Added synchronize-panes plugin 2021-12-22 22:50:05 +01:00
weather.sh Fix multi word fixed location 2024-01-03 17:59:07 -08:00
weather_wrapper.sh Fix multi word fixed location 2024-01-03 17:59:07 -08:00