Dustin Kirkland
b3a9041eb7
Merge pull request #52 from scottjasso/patch-1
...
Fix disk_io notification bug
2023-11-22 23:03:39 -06:00
Dustin Kirkland
6a43a4e298
Merge pull request #56 from iskandergaba/hostname-typo-fix
...
Fixed --hostname argument typo in documentation
2023-11-22 22:52:32 -06:00
Dustin Kirkland
f5761dae2d
Merge pull request #57 from MestreLion/improve-config-dir-handling
...
Improve BYOBU_CONFIG_DIR / XDG handling
2023-11-22 22:42:03 -06:00
Dustin Kirkland
511d6d0813
Merge pull request #58 from morhook/patch-1
...
Fix for VSCode, fish and byobu installations
2023-11-22 22:39:38 -06:00
Dustin Kirkland
4cae5b5b99
Merge pull request #53 from RosemaryKoshy/patch-1
...
replace deprecated option -e with --
2023-11-22 22:37:46 -06:00
Dustin Kirkland
e953608b48
Merge pull request #59 from dtrv/master
...
add synopsis to man byobu-ctrl-a
2023-11-22 22:18:19 -06:00
Dustin Kirkland
dfeec53d97
Merge pull request #60 from FelisNivalis/fix_config_dir
...
fixed a few `$HOME/.$PKG` to `$BYOBU_CONFIG_DIR`
2023-11-22 22:15:19 -06:00
Dustin Kirkland
e133c96813
* README.md:
...
- bumped date
2023-11-22 22:11:30 -06:00
Dustin Kirkland
7efa66cd14
Adding remaining changes from bzr/launchpad to git/github
2023-11-22 22:09:18 -06:00
Dustin Kirkland
f91b8164af
Merge pull request #61 from tik0/master
...
Replace $HOME/.byobu by $BYOBU_CONFIG_DIR
2023-11-22 21:52:36 -06:00
Timo Korthals
25491500fa
Replace $HOME/.byobu by $BYOBU_CONFIG_DIR
2023-10-20 12:16:38 +02:00
felisnivalis
8f2a33ae9d
fixed a few $HOME/.$PKG
to $BYOBU_CONFIG_DIR
2022-11-28 23:59:53 +01:00
dtrv
7df10d5a09
add synopsis to man byobu-ctrl-a
...
man(1) of `byobu-ctrl-a` shows optional arguments for setting ctrl-a behavior non-interactively
2022-11-16 10:46:26 +01:00
Cruz Fernandez
f917d2169a
Fix for VSCode, fish and byobu installations
...
I've detected on my local installation that this line of code is breaking when my VSCode startups up from the Unity bar (or Gnome Dock).
2022-10-21 13:11:52 -03:00
MestreLion
7184490f54
* usr/lib/byobu/include/dirs.in: #LP:1973362
...
- improve BYOBU_CONFIG_DIR / XDG handling, simplifying logic and
not requiring user to both create the dir and set an env var.
Change logic to: BYOBU_CONFIG_DIR if set, ~/.byobu if exists, else
XDG_CONFIG_DIR(~/.config)/byobu. Always create the dir if needed.
2022-05-13 13:57:05 -03:00
Iskander Gaba
6cc53e91b0
Fixed --hostname argument typo in documentation
2021-12-23 01:15:56 +01:00
Rosemary Pierson
96d9720527
replace deprecated option -e with --
...
Option “-e” is deprecated and might be removed in a later version of gnome-terminal.
Use “-- ” to terminate the options and put the command line to execute after it.
2021-08-17 04:38:33 -07:00
W Scott Johnson
bfb57bb6c4
Fix disk_io notification bug
...
This fixes a bug that makes disk_io stats incorrect and forever increasing, due to the "baseline" stats always being 0.
[This commit](e991e535e4
) intended to catch read failures, but actually just always sets x1 to 0. This is because "read" returns 1 if no newline is read, and the code doesn't write a newline to $cache.
Instead, this just always trusts that read works, as x1 is set even if there's no newline. A more robust way might be via cat.
2021-07-10 01:55:14 -04:00
Avneet Singh
506b1b400b
Add support for battery status indicator on termux
2021-03-01 20:54:30 +05:30
Dustin Kirkland
bfb7a763d0
opening 5.134
2020-02-17 08:15:05 -06:00
Dustin Kirkland
5b0f996c7d
releasing 5.133
2020-02-17 08:15:04 -06:00
Dustin Kirkland
a1daa37515
* debian/docs: Closes : #951455
...
- fix FTBFS on README
2020-02-17 08:12:18 -06:00
Dustin Kirkland
0678c28605
opening 5.133
2020-02-15 11:52:42 -06:00
Dustin Kirkland
72f8d2dc7a
releasing 5.132
2020-02-15 11:52:42 -06:00
Dustin Kirkland
9d096a6843
* debian/control, debian/rules:
...
- pep8 binary is gone from Debian, disable for now
2020-02-15 11:51:19 -06:00
Dustin Kirkland
836293caf8
opening 5.132
2020-02-09 10:51:13 -06:00
Dustin Kirkland
88c05bd39c
releasing 5.131
2020-02-09 10:51:13 -06:00
Dustin Kirkland
186e1a2049
* usr/lib/byobu/disk:
...
- change disk status to white on darker magenta/purple, helps with
readability on some terminals
2020-02-09 10:49:58 -06:00
Dustin Kirkland
d38207de91
* usr/lib/byobu/include/select-session.py: LP: #1750430
...
- commit edeae41
fixed the excessive creation of sessions by not
creating different sessions. This commit adjust the behavior in a way
that having .reuse-sessions enabled tmux will properly attach and remove
sessions when dettaching and will also kill the last session available
- When more than two sessions exist, tmux asks which session to use
2020-02-09 10:35:32 -06:00
Dustin Kirkland
1577979d37
* usr/share/byobu/keybindings/f-keys.tmux: LP: #1861555
...
- Update usage of tmux swap-window so that focus stays with the
original window.
2020-02-09 10:28:58 -06:00
Dustin Kirkland
8a068dd51a
debian/control: Closes : #949941
2020-02-09 10:09:19 -06:00
Dustin Kirkland
994bcd3df3
* debian/control:
...
- build-depend on python3-pep8, rather than pep8 transitional package
2020-02-09 10:06:20 -06:00
Chris Coulson
366314c471
Update usage of tmux swap-window so that focus stays with the original window.
...
See 39c55d5b6f
for more context. The "swap-window" command now needs the "-d" argument so that
focus follows the original window.
2020-01-31 14:59:59 +00:00
Aleksandr Anohin
2798ffe214
Use word-regexp for osx cause we have for ex.: "AppleRawCurrentCapacity" and "CurrentCapacity"
2019-12-31 09:40:21 +02:00
Dustin Kirkland
75140e25a9
opening 5.131
2019-11-29 15:40:43 -06:00
Dustin Kirkland
692cb2ea96
releasing 5.130
2019-11-29 15:40:42 -06:00
Dustin Kirkland
914a3e3ab6
fixed email
2019-11-29 15:38:27 -06:00
Dustin Kirkland
57cc3ac07c
* AUTHORS, CONTRIBUTING, NEWS, README, README.md:
...
- Flatten these files into a single README.md
- Minor updates in the process
2019-11-29 15:34:22 -06:00
Dustin Kirkland
5281a8261a
* debian/rules:
...
- ignore new pep8 rules around hard tabs and whitespaces, related
to bug 1843729
2019-11-29 15:26:05 -06:00
Dustin Kirkland
b2e3ff4463
* usr/lib/byobu/include/select-session.py:
...
- Force UTF-8 when attaching in `select-session.py`
- https://github.com/dustinkirkland/byobu/pull/35
2019-11-29 15:19:42 -06:00
Dustin Kirkland
5f7030a0a4
* usr/lib/byobu/logo:
...
- add Raspbian colors / logo
+ https://github.com/dustinkirkland/byobu/pull/34
2019-11-29 15:16:04 -06:00
Dustin Kirkland
a44b4d74b8
opening 5.130
2019-06-12 18:41:10 -05:00
Dustin Kirkland
f8168f567f
releasing 5.129
2019-06-12 18:41:09 -05:00
Dustin Kirkland
f98356fc2a
* debian/control:
...
- recommend less package, for BYOBU_PAGER
2019-06-12 18:30:45 -05:00
Dustin Kirkland
4fb8257557
opening 5.129
2019-06-11 19:56:15 -05:00
Dustin Kirkland
932665d772
releasing 5.128
2019-06-11 19:56:14 -05:00
Dustin Kirkland
edeae41827
* usr/lib/byobu/include/select-session.py: LP: #1750430
...
- fix bug creating a mess of sessions, where cycling through a bunch
of copies of the same session
2019-06-11 19:31:00 -05:00
Dustin Kirkland
e991e535e4
* usr/lib/byobu/disk_io:
...
- ensure some values are set to zero, if unreadable
- fixes a bug where disk_io causes the rest of the status line to fail
2019-06-11 19:01:41 -05:00
Dustin Kirkland
583a5b5e0b
* usr/share/byobu/profiles/tmux:
...
- flatten some of our color configuration to match the new tmux format
2019-06-01 16:54:24 -05:00
Dustin Kirkland
51ac3f2e28
* usr/lib/byobu/include/mondrian, usr/share/byobu/profiles/tmux:
...
- On tmux version 1.9 all the styles *-bg/fg/attr were deprecated and
replaced with *-style bg=/ fg=/ attribute
In the upcoming version 2.9, this commands are gone and will break
byobu style. this fix that issue and mantain compatibility with upcoming
tmux versions.
2019-06-01 16:25:49 -05:00