Commit Graph

  • 63343cbce2 * usr/lib/byobu/include/select-session.py: LP: #1548384 - when selecting a session, if only empty sessions exist, then create a new one; the bug was that tmux considers a null string argument still an argument Dustin Kirkland 2016-11-28 09:22:41 -06:00
  • a9a8e5975a * usr/lib/byobu/include/shutil: - use a prime here, too Dustin Kirkland 2016-11-06 19:26:03 -06:00
  • 27a6abe8cf * usr/bin/wifi-status: - ping the router, too, to verify at least local connectivity Dustin Kirkland 2016-11-06 19:25:44 -06:00
  • f3a674a303 opening 5.113 Dustin Kirkland 2016-09-16 10:13:08 -05:00
  • 43224cbd63 releasing 5.112 Dustin Kirkland 2016-09-16 10:13:07 -05:00
  • 5c8f737118 * usr/bin/byobu.in, usr/bin/byobu-janitor.in, usr/bin/byobu-launch.in, usr/bin/byobu-select-profile.in, usr/bin/byobu-status.in, usr/lib/byobu/battery, usr/lib/byobu/disk_io, usr/lib/byobu/include/common, usr/lib/byobu/include/constants, usr/lib/byobu/include/shutil, usr/lib/byobu/ip_address, usr/lib/byobu/memory, usr/lib/byobu/release, usr/lib/byobu/updates_available: - https://github.com/dustinkirkland/byobu/pull/15 - Fixing BYOBU_TEST issues - The first issue was that command -v, which and type were always returning an error code when executed without an extra argument. so BYOBU_TEST was always falling to which because it was the last one. - The second issue was, command -v didn't work because of a different reason. When executed in a shell (at least my shell) using variable substitution, the shell was trying to find a binary called "command -v" so it was failing. Dustin Kirkland 2016-09-15 14:25:51 -05:00
  • 5a77eb6998 fix byobu_test because the tools return err when no arg is passed Mohamed Elawadi 2016-09-15 19:35:28 +02:00
  • dbccf9014b fix command not found when trying to execute "command -v" Mohamed Elawadi 2016-09-15 19:34:58 +02:00
  • 7cf903e5a2 add autogen.sh script Elan Ruusamäe 2016-09-06 08:49:31 +03:00
  • e57acabf5a modernize configure.ac; add .bzrignore Elan Ruusamäe 2016-09-06 08:39:41 +03:00
  • b11fc5efa2 opening 5.112 Dustin Kirkland 2016-08-09 15:23:19 -05:00
  • f3fdb00f06 releasing 5.111 Dustin Kirkland 2016-08-09 15:23:19 -05:00
  • b0e08593b6 allow the user to override our term choices, by setting BYOBU_TERM, BYOBU_DEFAULT_TERM and/or BYOBU_COLOR_TERM Jeffery To 2016-08-06 16:43:09 +08:00
  • 066c1faa30 * usr/lib/byobu/battery: - battery color when black-on-red is hard to read; change to white on red. Dustin Kirkland 2016-08-05 08:38:45 -05:00
  • dff5ec6658 [ Jeffery To ] * usr/bin/byobu.in, usr/share/byobu/profiles/tmux: - use screen-256color if possible, for both screen and tmux Jeffery To 2016-08-05 21:08:08 +08:00
  • 7e2fe530dd opening 5.111 Dustin Kirkland 2016-07-29 12:29:07 -05:00
  • 845a24b0c5 releasing 5.110 Dustin Kirkland 2016-07-29 12:29:06 -05:00
  • 41d115bb8d * usr/share/man/man1/byobu.1: - add some whitespace in the manpage Dustin Kirkland 2016-07-29 12:07:56 -05:00
  • a9e5dac976 * usr/lib/byobu/cpu_temp: LP: #1587139 - add cpu temp support for rpi1, rpi2, and rpi3 Dustin Kirkland 2016-07-29 11:55:18 -05:00
  • b841fa0e38 * usr/lib/byobu/include/select-session.py: LP: #1583590 - fix default window selection by just hitting enter Dustin Kirkland 2016-07-29 11:40:29 -05:00
  • f218f7263b * usr/bin/purge-old-kernels: LP: #1532153 - run autoremove afterwards, to clean up anything else Dustin Kirkland 2016-07-29 11:08:23 -05:00
  • aa56b67c99 * usr/bin/purge-old-kernels: LP: #1595977 - modify the kernel purge algorithm slightly to better handle efi and virtual kernels Dustin Kirkland 2016-07-29 10:58:36 -05:00
  • e341582516 * debian/control: LP: #1596364 - add |xterm to suggests Dustin Kirkland 2016-07-29 10:21:01 -05:00
  • 8eb6839497 * usr/share/byobu/status/status, usr/share/byobu/status/statusrc: - default to showing disk space - fix DISTRO to BYOBU_DISTRO in template Dustin Kirkland 2016-07-29 10:16:54 -05:00
  • fbbed2db77 * usr/lib/byobu/logo: - added a logo for AlpineLinux, which has published an apk for Byobu Dustin Kirkland 2016-07-29 10:12:57 -05:00
  • c54dc8b171 opening 5.110 Dustin Kirkland 2016-07-05 10:47:25 -05:00
  • ca0ce02980 releasing 5.109 Dustin Kirkland 2016-07-05 10:47:24 -05:00
  • d600b3d24e usr/share/byobu/desktop/byobu.desktop.old, usr/share/byobu/desktop/Makefile.am: Dustin Kirkland 2016-07-05 10:44:42 -05:00
  • 0c231defce * usr/share/byobu/desktop/byobu.desktop.old: - deprecated Dustin Kirkland 2016-07-05 10:42:03 -05:00
  • c0050ac51e - Add support for tmux grouped sessions - select-session.py: Pass command name in argument list Dustin Kirkland 2016-07-05 10:38:41 -05:00
  • 182d3f4154 * usr/lib/byobu/include/select-session.py: - Pass command name in argument list + When calling os.execpv(), make sure the first argument in the argument list is the command name so that the command shows up in tools like ps Dustin Kirkland 2016-06-27 15:47:56 -05:00
  • a80cd6da1c * usr/lib/byobu/include/icons, usr/lib/byobu/reboot_required, usr/lib/byobu/updates_available: - add an checkbox icon * usr/lib/byobu/include/icons, usr/lib/byobu/include/select- session.py, usr/lib/byobu/reboot_required, usr/lib/byobu/updates_available: Dustin Kirkland 2016-06-27 15:46:56 -05:00
  • c646f7b7a4 Merge 362f849d62c4a990d63569706ecf8966e5a72049 into bf1ed62e67c24744c1300e6f35a1bde6314e0da5 Grant Likely 2016-06-17 13:38:05 +00:00
  • 362f849d62 select-session.py: fix lintian bugs Grant Likely 2016-06-17 13:33:26 +01:00
  • 705dbc66ec select-session.py: Pass command name in argument list Grant Likely 2016-06-16 22:26:04 +01:00
  • 411807efad Add support for tmux grouped sessions Grant Likely 2016-06-16 17:33:43 +01:00
  • 771fa02d58 fix formatting again Dustin Kirkland 2016-06-04 09:34:17 -05:00
  • bf1ed62e67 * usr/lib/byobu/updates_available: - add an asterisk icon Dustin Kirkland 2016-06-02 17:24:58 -05:00
  • b3d3361a38 opening 5.109 Dustin Kirkland 2016-05-31 10:03:15 -05:00
  • a2d1083f23 releasing 5.108 Dustin Kirkland 2016-05-31 10:03:14 -05:00
  • 2a3e4032a6 * usr/lib/byobu/uptime: - fix uptime status on MacOS Dustin Kirkland 2016-05-31 09:48:53 -05:00
  • 757ba0fbdc Fixes the uptime status notification on OS X. Kevin Mark 2016-05-28 10:05:27 -04:00
  • 85c1971722 * usr/lib/byobu/battery: - only use POWER_SUPPLY_CAPACITY if neither POWER_SUPPLY_ENERGY_NOW nor POWER_SUPPLY_CHARGE_NOW are available; important for summing multiple batteries Dustin Kirkland 2016-05-18 15:39:34 -07:00
  • 2ff1b59059 * usr/lib/byobu/updates_available: - remove trailing whitespace Dustin Kirkland 2016-05-17 11:17:41 -07:00
  • c0b2ee6e0a opening 5.108 Dustin Kirkland 2016-05-09 18:26:22 -05:00
  • af85754528 releasing 5.107 Dustin Kirkland 2016-05-09 18:26:21 -05:00
  • 202663727d * usr/bin/manifest: - fix manifest url * usr/bin/wifi-status: - use tmux target pane Dustin Kirkland 2016-05-09 18:20:30 -05:00
  • e329186dd8 * usr/bin/manifest: - remove http, breaks pastebinit Dustin Kirkland 2016-05-04 22:08:04 -05:00
  • 73b71b8148 opening 5.107 Dustin Kirkland 2016-04-14 11:21:51 -05:00
  • 86cc4f092f releasing 5.106 Dustin Kirkland 2016-04-14 11:21:51 -05:00
  • 77f6ef163d * usr/lib/byobu/include/tmux-send-command-to-all-panes: - fix breakage on sending command to all panes Dustin Kirkland 2016-04-14 11:18:45 -05:00
  • 2990e3dddd opening 5.106 Dustin Kirkland 2016-04-07 18:50:57 -05:00
  • 55b14d6f5c releasing 5.105 Dustin Kirkland 2016-04-07 18:50:57 -05:00
  • fb73d03028 * CONTRIBUTING: - added a contributing file Dustin Kirkland 2016-04-07 18:49:59 -05:00
  • a1d40527da * Applications/Byobu.app/Contents/MacOS/Byobu, AUTHORS, debian/copyright, debian/source_byobu.py, etc/profile.d/Z97- byobu.sh.in, experimental/byobu-classroom, po/bg.po, po/sv.po, usr/bin/byobu-config.in, usr/bin/byobu-ctrl-a.in, usr/bin/byobu- disable.in, usr/bin/byobu-disable-prompt.in, usr/bin/byobu- enable.in, usr/bin/byobu-enable-prompt.in, usr/bin/byobu-export.in, usr/bin/byobu.in, usr/bin/byobu-janitor.in, usr/bin/byobu- keybindings, usr/bin/byobu-launcher.in, usr/bin/byobu-launcher- install.in, usr/bin/byobu-launcher-uninstall.in, usr/bin/byobu- launch.in, usr/bin/byobu-layout.in, usr/bin/byobu-prompt.in, usr/bin/byobu-quiet.in, usr/bin/byobu-reconnect-sockets.in, usr/bin/byobu-select-backend.in, usr/bin/byobu-select-profile.in, usr/bin/byobu-select-session.in, usr/bin/byobu-shell.in, usr/bin/byobu-silent.in, usr/bin/byobu-status-detail.in, usr/bin/byobu-status.in, usr/bin/manifest, usr/lib/byobu/apport, usr/lib/byobu/arch, usr/lib/byobu/battery, usr/lib/byobu/color, usr/lib/byobu/cpu_count, usr/lib/byobu/cpu_freq, usr/lib/byobu/cpu_temp, usr/lib/byobu/custom, usr/lib/byobu/date, usr/lib/byobu/disk, usr/lib/byobu/disk_io, usr/lib/byobu/distro, usr/lib/byobu/ec2_cost, usr/lib/byobu/entropy, usr/lib/byobu/fan_speed, usr/lib/byobu/hostname, usr/lib/byobu/include/colors, usr/lib/byobu/include/common, usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/constants, usr/lib/byobu/include/cycle-status, usr/lib/byobu/include/dirs.in, usr/lib/byobu/include/icons, usr/lib/byobu/include/mondrian, usr/lib/byobu/include/notify_osd, usr/lib/byobu/include/select- session.py, usr/lib/byobu/include/shutil, usr/lib/byobu/include/tmux- detach-all-but-current-client, usr/lib/byobu/include/tmux-send- command-to-all-panes, usr/lib/byobu/include/tmux-send-command-to-all- windows, usr/lib/byobu/include/toggle-utf8.in, usr/lib/byobu/ip_address, usr/lib/byobu/load_average, usr/lib/byobu/logo, usr/lib/byobu/mail, usr/lib/byobu/memory, usr/lib/byobu/menu, usr/lib/byobu/network, usr/lib/byobu/notify_osd, usr/lib/byobu/processes, usr/lib/byobu/raid, usr/lib/byobu/reboot_required, usr/lib/byobu/release, usr/lib/byobu/services, usr/lib/byobu/session, usr/lib/byobu/swap, usr/lib/byobu/time, usr/lib/byobu/time_utc, usr/lib/byobu/trash, usr/lib/byobu/updates_available, usr/lib/byobu/uptime, usr/lib/byobu/users, usr/lib/byobu/whoami, usr/lib/byobu/wifi_quality, usr/share/byobu/keybindings/f- keys.screen, usr/share/byobu/keybindings/f-keys.screen.disable, usr/share/byobu/keybindings/f-keys.tmux, usr/share/byobu/keybindings/f-keys.tmux.disable, usr/share/byobu/profiles/bashrc, usr/share/byobu/profiles/byoburc, usr/share/byobu/profiles/classroom, usr/share/byobu/profiles/common, usr/share/byobu/profiles/NONE, usr/share/byobu/profiles/screenrc, usr/share/byobu/profiles/tmux, usr/share/byobu/profiles/tmuxrc, usr/share/byobu/status/status, usr/share/byobu/status/statusrc, usr/share/byobu/tests/byobu-time-notifications.in, usr/share/dbus- 1/services/us.kirkland.terminals.byobu.service, usr/share/man/man1/byobu-export.1: - update byobu.co email addresses to byobu.org Dustin Kirkland 2016-04-07 17:07:52 -05:00
  • f4236feb83 * usr/bin/byobu-select-session.in: LP: #1555446 - exec the select-session command, to keep from having an sh hanging around Dustin Kirkland 2016-04-07 16:48:16 -05:00
  • 430349ff05 institute better timeouts for metadata wgets, LP: #1564320 Dustin Kirkland 2016-04-07 16:39:51 -05:00
  • c74a1d0ac2 * usr/bin/byobu-janitor.in: - no longer default to enabling ec2 status, LP: #1564320 Dustin Kirkland 2016-04-07 16:23:25 -05:00
  • b033dd1a15 * usr/lib/byobu/battery: - Use POWER_SUPPLY_CAPACITY for battery if available Dustin Kirkland 2016-04-07 16:04:59 -05:00
  • 1f4e5faf7e * usr/share/byobu/profiles/bashrc: - fix color comment Dustin Kirkland 2016-04-07 16:03:50 -05:00
  • 7d9024c70a Merge 30eaebf7a0231fed1da31c93555fda85c09af958 into b7990bc97f4ebe79a974790922238ee6d4d8896b Mark King 2016-04-06 20:35:42 +00:00
  • 30eaebf7a0 Use POWER_SUPPLY_CAPACITY for battery if available Mark King 2016-04-06 20:58:39 +01:00
  • 341be4d10d * usr/bin/byobu-ctrl-a.in: - silence stderr Dustin Kirkland 2016-03-25 16:06:08 -05:00
  • b7990bc97f * usr/lib/byobu/swap, usr/share/man/man1/byobu.1: - switch swap to black on green, white on green was unreadable Dustin Kirkland 2016-03-12 14:37:04 -06:00
  • d43df03417 * debian/control: - pastebinit needs to be in the recommends Dustin Kirkland 2016-03-03 13:41:51 -06:00
  • e3e7862a16 * usr/share/man/man1/byobu.1: - update examples Dustin Kirkland 2016-03-01 14:28:12 -06:00
  • fa27aaa5ef opening 5.105 Dustin Kirkland 2016-02-28 23:46:26 -06:00
  • eadcf7baed releasing 5.104 Dustin Kirkland 2016-02-28 23:46:25 -06:00
  • 3b2a4f64dc * debian/control: - suggest pastebinit, drop w3m Dustin Kirkland 2016-02-28 23:45:29 -06:00
  • 07d0e86880 opening 5.104 Dustin Kirkland 2016-02-28 23:24:33 -06:00
  • 303fea927f releasing 5.103 Dustin Kirkland 2016-02-28 23:24:33 -06:00
  • 748002f2e5 * usr/lib/byobu/include/icons, usr/lib/byobu/reboot_required, usr/share/man/man1/byobu.1: - add an indicator for an unattended upgrade in progress Dustin Kirkland 2016-02-28 23:19:46 -06:00
  • 7ebef8ea1e * usr/share/byobu/keybindings/f-keys.screen, usr/share/byobu/keybindings/f-keys.tmux: LP: #1543903 - use $EDITOR rather than 'view' Dustin Kirkland 2016-02-28 22:27:59 -06:00
  • f041622dfe * usr/lib/byobu/include/select-session.py: LP: #1550687 - make sure input/eval is compatible with both python2 and 3 Dustin Kirkland 2016-02-28 22:09:04 -06:00
  • cbd87dfbe1 * debian/control, usr/bin/Makefile.am, usr/bin/purge-old-kernels, usr/share/man/man1/Makefile.am, usr/share/man/man1/purge-old- kernels.1: - move purge-old-kernels over from bikeshed into byobu Dustin Kirkland 2016-02-28 21:07:13 -06:00
  • ad988e7dfa * usr/bin/Makefile.am, usr/bin/manifest, usr/bin/tmpfsffs, usr/share/man/man1/Makefile.am, usr/share/man/man1/manifest.1: - added the manifest command Dustin Kirkland 2016-02-28 21:01:56 -06:00
  • 83ef809741 opening 5.103 Dustin Kirkland 2016-02-04 16:30:00 -06:00
  • 5423d61fbe releasing 5.102 Dustin Kirkland 2016-02-04 16:29:59 -06:00
  • 93028eeeb2 * usr/share/byobu/keybindings/tmux-screen-keys.conf: - This adds '-c "#{pane_current_path}"' to new-window/split-window calls in tmux-screen-keys.conf, matching similar calls in f-keys.tmux. Dustin Kirkland 2016-01-17 14:58:56 +01:00
  • c90692130b * configure.ac, debian/control, NEWS, README, usr/lib/byobu/rcs_cost, usr/share/appdata/byobu.appdata.xml, usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-config.1, usr/share/man/man1/byobu-ctrl- a.1, usr/share/man/man1/byobu-enable.1, usr/share/man/man1/byobu- janitor.1, usr/share/man/man1/byobu-keybindings.1, usr/share/man/man1/byobu-launcher.1, usr/share/man/man1/byobu- launcher-install.1, usr/share/man/man1/byobu-launcher-uninstall.1, usr/share/man/man1/byobu-layout.1, usr/share/man/man1/byobu- prompt.1, usr/share/man/man1/byobu-quiet.1, usr/share/man/man1/byobu- reconnect-sockets.1, usr/share/man/man1/byobu-screen.1, usr/share/man/man1/byobu-select-backend.1, usr/share/man/man1/byobu- select-profile.1, usr/share/man/man1/byobu-select-session.1, usr/share/man/man1/byobu-shell.1, usr/share/man/man1/byobu-silent.1, usr/share/man/man1/byobu-status.1, usr/share/man/man1/byobu-status- detail.1, usr/share/man/man1/byobu-tmux.1, usr/share/man/man1/byobu- ugraph.1, usr/share/man/man1/byobu-ulevel.1: - replace http://byobu.co links to newly registered http://byobu.org Dustin Kirkland 2016-01-14 14:21:37 +02:00
  • 54e4336356 use tmux 2.1's new 'mouse' option, add some comments, support old and new Dustin Kirkland 2016-01-14 13:43:54 +02:00
  • 24ac917fba * usr/share/byobu/keybindings/mouse.tmux.disable, usr/share/byobu/keybindings/mouse.tmux.enable: LP: #1514377 - use tmux 2.1's new 'mouse' option Dustin Kirkland 2016-01-14 09:48:24 +02:00
  • 25b0f5c620 opening 5.102 Dustin Kirkland 2016-01-14 08:55:27 +02:00
  • 4c933efa07 releasing 5.101 Dustin Kirkland 2016-01-14 08:55:26 +02:00
  • 3feb2ba12c * usr/bin/byobu-shell.in: LP: #1500109 - respect ~/.hushlogin file Dustin Kirkland 2016-01-14 08:52:15 +02:00
  • 3a24ea1542 * README: LP: #1526844 - add a note about installing coreutils Dustin Kirkland 2016-01-14 08:47:48 +02:00
  • 8e3c9da17c * usr/lib/byobu/arch: - need a trailing whitespace Dustin Kirkland 2016-01-13 17:08:56 +02:00
  • c67c823bfe Fix python shebang in executable scripts Maxim Velesyuk 2016-01-11 15:01:57 +00:00
  • 9c9f38ea12 Use pane_current_path in tmux screen keybindings Jeffery To 2015-12-28 22:29:59 +08:00
  • 3592cee448 opening 5.101 Dustin Kirkland 2015-12-02 13:44:23 -06:00
  • e208310815 releasing 5.100 Dustin Kirkland 2015-12-02 13:44:22 -06:00
  • 90055c3600 * usr/lib/byobu/include/select-session.py: - fix regression introduced by r2448 Dustin Kirkland 2015-12-02 13:35:28 -06:00
  • dcebea76d2 gnome-terminal-server, LP: #1512498 * === added directory usr/share/byobu/desktop, === added directory usr/share/dbus-1, === added directory usr/share/dbus-1/services, configure.ac, debian/control, debian/postinst, debian/postrm, Makefile.am, usr/share/applications/byobu.desktop => usr/share/byobu/desktop/byobu.desktop, usr/share/applications/Makefile.am => usr/share/byobu/desktop/Makefile.am, usr/share/byobu/desktop/byobu.desktop.old, usr/share/dbus- 1/services/Makefile.am, usr/share/dbus- 1/services/us.kirkland.terminals.byobu.service: LP: #1512498, #1503418 - huge work around the mess that is gnome-terminal-server - install two different desktop files to /usr/share/byobu/desktops/* - in postinst, symlink the correct one into /usr/share/applications - clean up that conditionally installed symlink in postinst - suggest gnome-terminal package, as our new desktop file hardcodes gnome-terminal (this kind of sucks) - in byobu.desktop, exec gnome-terminal with a --app-id hint, and drop the Terminal=true, as gnome-terminal will take care of that - install a dbus service, as new gnome-terminal expects to launch via dbus - fqdn namespace that service to us.kirkland.terminals.byobu + this is stupid, btw Dustin Kirkland 2015-12-02 13:35:05 -06:00
  • 3da5660439 * usr/share/applications/byobu.desktop: - Revert upstream .desktop changes to match against gnome-terminal-server Dustin Kirkland 2015-12-02 09:52:11 -06:00
  • 4c556bc38f * usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/ec2instancespricing.py, usr/lib/byobu/include/select-session.py: - https://github.com/dustinkirkland/byobu/pull/11 - Python scripts 'futurize'd to support python3 Dustin Kirkland 2015-11-15 21:14:42 -06:00
  • 362423c150 Merge d5bc9d5ea04b2c2af30ad929a220e8e43902301f into 0d918f06102a7c986f22126adf87bd8a74198624 David Personette 2015-11-14 23:01:28 +00:00
  • 0d918f0610 opening 5.100 Dustin Kirkland 2015-11-14 16:59:57 -06:00
  • 775c317331 releasing 5.99 Dustin Kirkland 2015-11-14 16:59:57 -06:00
  • 10029df520 * configure.ac, debian/install, debian/postinst, debian/postrm, etc/profile.d/Makefile.am, usr/share/byobu/profiles/Makefile.am, usr/share/byobu/profiles/Z97-byobu.sh.in => etc/profile.d/Z97- byobu.sh.in: - fix some recent regressions on byobu auto launching Dustin Kirkland 2015-11-14 16:57:11 -06:00
  • d5bc9d5ea0 Python scripts 'futurize'd to support python3 David Personette 2015-11-14 15:13:48 -05:00