mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 21:43:19 -07:00
* AUTHORS, debian/copyright, po/bg.po, po/sv.po, README,
usr/bin/byobu-layout, usr/bin/byobu-reconnect-sockets, usr/bin/byobu-select-session, usr/lib/byobu/entropy, usr/lib/byobu/include/cycle-status, usr/lib/byobu/include/mondrian, usr/lib/byobu/menu, 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: - updated email address
This commit is contained in:
parent
bfdf46b3e1
commit
a3e5bb0bd4
17 changed files with 32 additions and 23 deletions
2
AUTHORS
2
AUTHORS
|
@ -1,4 +1,4 @@
|
|||
Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
Dustin Kirkland <kirkland@byobu.co>
|
||||
Nick Barcet <nick.barcet@ubuntu.com>
|
||||
Raphaël Pinson <raphink@ubuntu.com>
|
||||
Derek Carter <goozbach@friocorte.com>
|
||||
|
|
2
README
2
README
|
@ -32,5 +32,5 @@ Note that you will need to have a few dependencies installed:
|
|||
* python-newt (if you want to use Byobu's configuration utility)
|
||||
* gsed (if your sed implementation doesn't support -i)
|
||||
|
||||
Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
Dustin Kirkland <kirkland@byobu.co>
|
||||
2013-01-15
|
||||
|
|
9
debian/changelog
vendored
9
debian/changelog
vendored
|
@ -9,6 +9,15 @@ byobu (5.29) unreleased; urgency=low
|
|||
usr/lib/byobu/time_utc, usr/lib/byobu/uptime, usr/lib/byobu/users:
|
||||
- finally got my hands on a Mac OS X box!
|
||||
- fixed a bunch of status scripts to work on Mac OS X
|
||||
* AUTHORS, debian/copyright, po/bg.po, po/sv.po, README,
|
||||
usr/bin/byobu-layout, usr/bin/byobu-reconnect-sockets,
|
||||
usr/bin/byobu-select-session, usr/lib/byobu/entropy,
|
||||
usr/lib/byobu/include/cycle-status, usr/lib/byobu/include/mondrian,
|
||||
usr/lib/byobu/menu, 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:
|
||||
- updated email address
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 15 Jan 2013 19:26:40 -0600
|
||||
|
||||
|
|
2
debian/copyright
vendored
2
debian/copyright
vendored
|
@ -5,7 +5,7 @@ It was downloaded from: https://launchpad.net/byobu/+download
|
|||
|
||||
Upstream Authors:
|
||||
Dustin Kirkland <kirkland@ubuntu.com>
|
||||
Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
Dustin Kirkland <kirkland@byobu.co>
|
||||
Nick Barcet <nick.barcet@ubuntu.com>
|
||||
|
||||
Copyright:
|
||||
|
|
2
po/bg.po
2
po/bg.po
|
@ -9,7 +9,7 @@ msgstr ""
|
|||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2009-10-11 14:34-0500\n"
|
||||
"PO-Revision-Date: 2009-10-11 20:45+0000\n"
|
||||
"Last-Translator: Dustin Kirkland <dustin.kirkland@gmail.com>\n"
|
||||
"Last-Translator: Dustin Kirkland <kirkland@byobu.co>\n"
|
||||
"Language-Team: Bulgarian <bg@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
2
po/sv.po
2
po/sv.po
|
@ -9,7 +9,7 @@ msgstr ""
|
|||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2009-10-11 14:34-0500\n"
|
||||
"PO-Revision-Date: 2009-10-11 20:46+0000\n"
|
||||
"Last-Translator: Dustin Kirkland <dustin.kirkland@gmail.com>\n"
|
||||
"Last-Translator: Dustin Kirkland <kirkland@byobu.co>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh -e
|
||||
#
|
||||
# layout: save and restore byobu layouts
|
||||
# Copyright (C) 2011 Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Copyright (C) 2011 Dustin Kirkland <kirkland@byobu.co>
|
||||
#
|
||||
# Authors: Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Authors: Dustin Kirkland <kirkland@byobu.co>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
# byobu session.
|
||||
#
|
||||
# Copyright (C) 2009 Canonical Ltd.
|
||||
# Copyright (C) 2012 Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Copyright (C) 2012 Dustin Kirkland <kirkland@byobu.co>
|
||||
#
|
||||
# Authors: Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Authors: Dustin Kirkland <kirkland@byobu.co>
|
||||
# Ryan C. Thompson <rct@thompsonclan.org>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# byobu-select-session
|
||||
# Copyright (C) 2010 Canonical Ltd.
|
||||
# Copyright (C) 2012 Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Copyright (C) 2012 Dustin Kirkland <kirkland@byobu.co>
|
||||
#
|
||||
# Authors: Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Authors: Dustin Kirkland <kirkland@byobu.co>
|
||||
# Ryan C. Thompson <rct@thompsonclan.org>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# entropy: system entropy
|
||||
#
|
||||
# Copyright (C) 2011 Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Copyright (C) 2011 Dustin Kirkland <kirkland@byobu.co>
|
||||
#
|
||||
# Authors: Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Authors: Dustin Kirkland <kirkland@byobu.co>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# Copyright (C) 2011 Dustin Kirkland
|
||||
#
|
||||
# Authors: Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Authors: Dustin Kirkland <kirkland@byobu.co>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
# Copyright (C) 2011 Dustin Kirkland
|
||||
#
|
||||
# Authors: Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Authors: Dustin Kirkland <kirkland@byobu.co>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
# menu: display the menu text
|
||||
#
|
||||
# Copyright (C) 2008 Canonical Ltd.
|
||||
# Copyright (C) 2011-2012 Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Copyright (C) 2011-2012 Dustin Kirkland <kirkland@byobu.co>
|
||||
#
|
||||
# Authors: Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Authors: Dustin Kirkland <kirkland@byobu.co>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# This configuration profile is intended to provide a useful
|
||||
# keybindings using the keyboard's f-keys
|
||||
#
|
||||
# Copyright (C) 2008-2012 Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Copyright (C) 2008-2012 Dustin Kirkland <kirkland@byobu.co>
|
||||
# Nick Barcet <nick.barcet@canonical.com>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Disable Byobu's f-key keybindings, define a set using Screen's escape
|
||||
# sequence.
|
||||
#
|
||||
# Copyright (C) 2009-2012 Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Copyright (C) 2009-2012 Dustin Kirkland <kirkland@byobu.co>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
###############################################################################
|
||||
# byobu's tmux f-key keybindings
|
||||
#
|
||||
# Copyright (C) 2011-2012 Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Copyright (C) 2011-2012 Dustin Kirkland <kirkland@byobu.co>
|
||||
#
|
||||
# Authors: Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Authors: Dustin Kirkland <kirkland@byobu.co>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
###############################################################################
|
||||
# disable byobu's tmux f-key keybindings
|
||||
#
|
||||
# Copyright (C) 2011 Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Copyright (C) 2011 Dustin Kirkland <kirkland@byobu.co>
|
||||
#
|
||||
# Authors: Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||
# Authors: Dustin Kirkland <kirkland@byobu.co>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue