Ethan Edwards
59e4fe7dbe
Merge branch 'master' into master
2023-09-25 13:30:27 -04:00
Ethan Edwards
c200b96b2f
Merge branch 'master' into feature/eks-support
2023-09-25 13:23:00 -04:00
Aaron Kollasch
5af1faa367
Add plugin for tmux-continuum status
2023-07-22 18:12:36 -04:00
Magnus Larsen
3ef141f829
[fix] 'synchronize-panes' is not runnable
2023-07-14 11:00:47 +02:00
Ethan Edwards
7c38079992
Merge branch 'master' into synchronize-panes
2023-07-12 14:15:02 -04:00
Ethan Edwards
bd87fa7d16
Merge pull request #226 from pele1410/master
...
Add mercurial script
2023-07-09 16:24:38 -04:00
Christopher Thompson
83416ad3f8
Add mercurial script
2023-07-04 07:26:04 -05:00
Aaron Kollasch
311da18dc2
Add tmux-ram-usage plugin
2023-06-17 17:01:44 -04:00
Dor Munis
b8d1c83e84
Merge branch 'master' into feature/eks-support
2023-05-15 10:55:40 +03:00
Dor Munis
d4080e434e
Added terraform workspace support
2023-05-12 19:02:51 +03:00
Dor Munis
31327163a1
added eks support for kubernetes prompt
2023-05-12 18:06:09 +03:00
Ethan Edwards
c5f8b4a99e
Merge branch 'master' into add-custom-script-plugin
2023-04-27 19:26:07 -04:00
Guido Kraemer
0f345b2ded
add gpu power usage monitor
2023-04-26 16:17:48 +02:00
Guido Kraemer
a588a9d517
fix gpu memory
2023-04-26 13:44:09 +02:00
pataquets
854ea972fa
Merge branch 'master' into add-custom-script-plugin
2023-04-26 13:40:00 +02:00
Guido Kraemer
49a1c3f6c3
add gpu ram info plugin
2023-04-26 13:31:03 +02:00
pataquets
9d596d6cde
Merge branch 'master' into add-custom-script-plugin
2023-04-26 13:23:06 +02:00
Ethan Edwards
6de48667f9
Merge pull request #203 from miknikif/feature/fix-weather-script
2023-04-24 08:39:06 -04:00
Mykhailo Nikiforov
92a9a471c4
fix: default value for the time format should be empty
2023-04-22 12:55:21 +03:00
Mykhailo Nikiforov
643d51c00c
fix weather script
2023-04-20 14:59:54 +03:00
Ethan Edwards
19f69a1c58
Merge branch 'master' into tmigone/add-network-vpn
2023-04-08 15:14:05 -04:00
Ethan Edwards
3a7ea6fc0b
Merge pull request #175 from aaronkollasch/show-hide-empty-plugins
...
Add option to show/hide plugins with empty output
2023-04-08 14:49:09 -04:00
Ethan Edwards
ffcefe3358
Merge branch 'master' into feature/time/arbitrary_format
2023-04-08 14:46:58 -04:00
Ethan Edwards
ae09b2f28a
Merge branch 'master' into attached-clients
2023-04-08 14:35:09 -04:00
Ethan Edwards
e5ccca873b
Merge branch 'master' into reject-unknown-plugins
2023-04-08 14:26:35 -04:00
jonathanforhan
09c5750656
Add cwd.sh to display the tmux pane's current working directory, updated README to reflect change
2023-04-07 20:40:53 -04:00
richard
1a90a5ae6a
set Timezone different from current
2023-02-14 20:41:46 +00:00
richard
0810927136
add fossil
2023-02-10 17:24:42 +00:00
Ethan Edwards
b346d10306
Merge pull request #174 from nunojsa/dev/git-remote-info
2023-02-01 07:22:31 -05:00
Aaron Kollasch
e2dd7c83f8
Reject unrecognized plugins in config
...
Prevents duplication of preceding recognized plugin for each
unrecognized plugin
2022-11-09 23:37:59 -05:00
Bryan Hoang
e057d06c0d
fix(dracula.sh): fix execution errors
...
Resolves an issue cause by a syntax error and a removed executable bit
introduced by dracula/tmux#153 .
The syntax/permissions issue stops the plugin from running properly when
I ran into the issue earlier today.
The missing executable bit is likely what's causing dracula/tmux#178
given that `man bash` has the following excerpt:
> If a command is found but is not executable, the return status is 126.
2022-11-07 12:59:39 -05:00
Ethan Edwards
62b1a6d0a4
Merge branch 'master' into spotify-tui
2022-11-06 16:01:58 -05:00
Janno Tjarks
92583ed8b4
Merge branch 'master' into synchronize-panes
2022-10-28 22:03:06 +02:00
Aaron Kollasch
143a0d8888
Add option to show/hide empty plugins
2022-10-28 01:20:37 -04:00
Nuno Sá
eedd33771f
git: add remote info support
...
With this new option, we get information about which remote branch we're
tracking. On top of this, we'll get information about ahead/behind
commits when we diverged from remote. The output format will be in the
form:
'local...remote +ahead -behind',
where ahead and behind are the number of commits ahead and behind.
This functionality is controlled by a new option called
'@dracula-git-show-remote-status'.
Note that for this to be properly displayed, we need to increase the
size of the right status bar when the git plugin is enabled.
In order to be easier to introduce the change, getMessage() was also a
bit changed in order to be easier to append the remote info.
Signed-off-by: Nuno Sá <noname.nuno@gmail.com>
2022-10-26 11:04:30 +02:00
Tomás Migone
0850532083
feat: add network-vpn plugin (only macOS)
...
Signed-off-by: Tomás Migone <tomasmigone@gmail.com>
2022-08-26 10:57:46 +02:00
Yusuke Uchida
597f7bed29
dracula.sh: deleted use_arbitrary_time_format option
2022-07-25 23:12:49 +09:00
Yusuke Uchida
c39cc30213
dracula.sh: debug case statement
2022-07-25 23:12:49 +09:00
Yusuke Uchida
d4f3009800
dracula.sh: changed default value of time_format
2022-07-25 23:12:49 +09:00
Yusuke Uchida
4b6bdaf9e2
dracula.sh: fixed branch
2022-07-25 23:12:49 +09:00
Yusuke Uchida
bca34814a4
dracula.sh: add prefix dracula-
2022-07-25 23:12:49 +09:00
Yusuke Uchida
d9b6d00121
dracula.sh: add use_arbitrary_time_format and time_format options
2022-07-25 23:12:49 +09:00
pataquets
44018dede1
Add 'custom' status plugin to get status texts from external scripts.
2022-07-10 19:51:32 +02:00
Aaron Kollasch
3e75296b73
Add attached-clients plugin
2022-06-18 05:35:23 -04:00
Janno Tjarks
fb043e3ac2
Added the plugin spotify-tui
2022-02-11 17:38:01 +01:00
Janno Tjarks
72e385c44d
Added kubernetes-context plugin
2022-02-11 16:38:16 +01:00
adrianmihalko
45ad8cdafd
Update dracula.sh
2021-12-23 00:51:47 +01:00
adrianmihalko
41d32c0af3
Ping plugin
2021-12-23 00:50:24 +01:00
Janno Tjarks
09a96946ff
Added synchronize-panes plugin
2021-12-22 22:50:05 +01:00
adrianmihalko
b06419366c
Enable custom location for weather plugin
2021-12-03 18:49:34 +01:00