Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new modules for battery status, makefile, foreground jobs, made modules reorderable, plus other fixes and upgrades #36

Open
wants to merge 118 commits into
base: master
Choose a base branch
from

Commits on Sep 21, 2013

  1. -Fix: typo in variable name

    Juhász Péter committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    3df2929 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f774e01 View commit details
    Browse the repository at this point in the history
  3. -Fix: use UTF-8 arrow chars in git report only if utf8_prompt flag se…

    …t, else use plain replacements
    Juhász Péter committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    6c232e8 View commit details
    Browse the repository at this point in the history
  4. -Add: battery module

    Juhász Péter committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    93bc3ac View commit details
    Browse the repository at this point in the history
  5. -Add: make module

    Juhász Péter committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    054c5c7 View commit details
    Browse the repository at this point in the history
  6. -Add: jobs module (background/stopped jobs)

    Juhász Péter committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    5dadee4 View commit details
    Browse the repository at this point in the history
  7. -Add: highlight slashes in path with different color

    Juhász Péter committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    a34699a View commit details
    Browse the repository at this point in the history
  8. -Change: different color for '@'

    Juhász Péter committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    dc731d6 View commit details
    Browse the repository at this point in the history
  9. -Change: different color for prompt

    Juhász Péter committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    5d6be0d View commit details
    Browse the repository at this point in the history
  10. -Add: default user name and host suppression now configurable, can be…

    … abbreviated instead of deleted
    Juhász Péter committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    ac54b39 View commit details
    Browse the repository at this point in the history
  11. -Fix: upcase host name only if it's not abbreviated

    Juhász Péter committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    1bcaacd View commit details
    Browse the repository at this point in the history
  12. -Fix: typo in variable name

    Juhász Péter committed Sep 21, 2013
    Configuration menu
    Copy the full SHA
    d2b934a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2013

  1. -Fix: force git status to print English messages

    Juhász Péter committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    f41a4ef View commit details
    Browse the repository at this point in the history
  2. -Fix: backslash in id needs to be escaped if colorized

    Juhász Péter committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    ee4c52d View commit details
    Browse the repository at this point in the history
  3. -Fix: rc module can be switched off

    Juhász Péter committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    f696b8f View commit details
    Browse the repository at this point in the history
  4. -Fix: suppress printing of error code after the first time

    Juhász Péter committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    1e0c8ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    181e5d2 View commit details
    Browse the repository at this point in the history
  6. -Remove: tail_local (unused variable)

    Juhász Péter committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    7e4b041 View commit details
    Browse the repository at this point in the history
  7. -Fix: use == in tests

    Juhász Péter committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    4ed392a View commit details
    Browse the repository at this point in the history
  8. -Fix: virtualenv uses its own string instead of abusing rc

    Juhász Péter committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    51f5b0c View commit details
    Browse the repository at this point in the history
  9. -Change: remove explicit spaces from module outputs; order of modules…

    … can be configured
    Juhász Péter committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    957ece2 View commit details
    Browse the repository at this point in the history
  10. -Add: display revision for hg

    Juhász Péter committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    f8fbed4 View commit details
    Browse the repository at this point in the history
  11. -Add: note about svn module being broken

    Juhász Péter committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    8c203b9 View commit details
    Browse the repository at this point in the history
  12. -Add: config file with personal favorite options

    Juhász Péter committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    888c6b0 View commit details
    Browse the repository at this point in the history
  13. -Fix: some cleanup, use local variables in functions

    Juhász Péter committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    8ce4a25 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    19f98be View commit details
    Browse the repository at this point in the history
  15. -Fix: better UTF-8 detection

    Juhász Péter committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    ad7b930 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2013

  1. -Fix: remove PROMPT from reorderable config, this eliminates an unwan…

    …ted space
    Juhász Péter committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    653e4fb View commit details
    Browse the repository at this point in the history
  2. -Update: docs with new features

    Juhász Péter committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    1d011f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02e4aa6 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2013

  1. -Fix: TERM in case of screen may be screen-256colors, take that into …

    …account
    Juhász Péter committed Sep 28, 2013
    Configuration menu
    Copy the full SHA
    f5caae8 View commit details
    Browse the repository at this point in the history
  2. -Fix: remove PROMPT from order string in personal conf

    Juhász Péter committed Sep 28, 2013
    Configuration menu
    Copy the full SHA
    fd5a61f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    587b9b9 View commit details
    Browse the repository at this point in the history
  4. -Add: detection of remote session via SSH[2]_CLIENT

    Juhász Péter committed Sep 28, 2013
    Configuration menu
    Copy the full SHA
    d23b4f0 View commit details
    Browse the repository at this point in the history
  5. -Fix: remote session abbrev condition

    Juhász Péter committed Sep 28, 2013
    Configuration menu
    Copy the full SHA
    bc64e9c View commit details
    Browse the repository at this point in the history
  6. -Fix: no upcase host in personal conf

    Juhász Péter committed Sep 28, 2013
    Configuration menu
    Copy the full SHA
    ad52c3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e23f94 View commit details
    Browse the repository at this point in the history
  8. -Fix: replace hardcoded unprintable characters in xterm label escape …

    …sequence
    Juhász Péter committed Sep 28, 2013
    Configuration menu
    Copy the full SHA
    2685f91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    39e884e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2013

  1. -Add: track deleted files in svn/hg (TODO for git); -Fix: remove mixe…

    …d/addmoded color (was unused anyway), cleanup of svn/hg modules
    Juhász Péter committed Sep 29, 2013
    Configuration menu
    Copy the full SHA
    7e91c7a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2013

  1. Configuration menu
    Copy the full SHA
    83529e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2013

  1. -Fix: issue colors_reset after jobs indicator

    Juhász Péter committed Oct 1, 2013
    Configuration menu
    Copy the full SHA
    8188403 View commit details
    Browse the repository at this point in the history
  2. -Fix: try to salvage some functionality in mc (abbreviated id and hos…

    …tname)
    Juhász Péter committed Oct 1, 2013
    Configuration menu
    Copy the full SHA
    e92be99 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2013

  1. Configuration menu
    Copy the full SHA
    64a6c24 View commit details
    Browse the repository at this point in the history
  2. -Fix: use local variables in hg section

    Juhász Péter committed Oct 2, 2013
    Configuration menu
    Copy the full SHA
    3452514 View commit details
    Browse the repository at this point in the history
  3. -Add: show multiple heads for hg

    Juhász Péter committed Oct 2, 2013
    Configuration menu
    Copy the full SHA
    0ea7d68 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2013

  1. -Fix: svn detection based on svn info for >1.7 svn

    Juhász Péter committed Oct 4, 2013
    Configuration menu
    Copy the full SHA
    3980ffb View commit details
    Browse the repository at this point in the history
  2. -Fix: stupid mistakes

    Juhász Péter committed Oct 4, 2013
    Configuration menu
    Copy the full SHA
    5f2a4bc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2013

  1. -Add: display if hg working dir is not at tip

    Juhász Péter committed Oct 11, 2013
    Configuration menu
    Copy the full SHA
    9163167 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2013

  1. -Fix: changed hg wd up-to-date flag location and color to make it dis…

    …tinct from git's 'ahead remote' flag, cleaned up logic so that hg id is called only once
    Juhász Péter committed Oct 12, 2013
    Configuration menu
    Copy the full SHA
    7251a79 View commit details
    Browse the repository at this point in the history
  2. -Add: color slashes differently if pwd is not writable

    Juhász Péter committed Oct 12, 2013
    Configuration menu
    Copy the full SHA
    4739c3c View commit details
    Browse the repository at this point in the history
  3. -Add: functions to turn fancy prompt on and off

    Juhász Péter committed Oct 12, 2013
    Configuration menu
    Copy the full SHA
    149a551 View commit details
    Browse the repository at this point in the history
  4. -Change: better mark for hg wd not up to date (fat up arrow)

    Juhász Péter committed Oct 12, 2013
    Configuration menu
    Copy the full SHA
    5f2ff18 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2013

  1. Configuration menu
    Copy the full SHA
    7299ab2 View commit details
    Browse the repository at this point in the history
  2. -Fix: typo in comment

    Juhász Péter committed Oct 13, 2013
    Configuration menu
    Copy the full SHA
    39cdc04 View commit details
    Browse the repository at this point in the history
  3. -Add: list conflicted files for svn

    Juhász Péter committed Oct 13, 2013
    Configuration menu
    Copy the full SHA
    2a04c55 View commit details
    Browse the repository at this point in the history
  4. -Change: reorder elments in vcs file list

    Juhász Péter committed Oct 13, 2013
    Configuration menu
    Copy the full SHA
    dd8efaa View commit details
    Browse the repository at this point in the history
  5. -Fix: reset colors after vcs_info in svn module

    Juhász Péter committed Oct 13, 2013
    Configuration menu
    Copy the full SHA
    6594b60 View commit details
    Browse the repository at this point in the history
  6. -Add: display conflicted and deleted files for git

    Juhász Péter committed Oct 13, 2013
    Configuration menu
    Copy the full SHA
    8b7c734 View commit details
    Browse the repository at this point in the history
  7. [hg_module] -Fix: different way of pushing file onto file list array …

    …speeds up vcs module dramatically
    Juhász Péter committed Oct 13, 2013
    Configuration menu
    Copy the full SHA
    ff1c30f View commit details
    Browse the repository at this point in the history
  8. [svn_module] -Fix: different way of pushing file onto file list array…

    … speeds up vcs module dramatically
    Juhász Péter committed Oct 13, 2013
    Configuration menu
    Copy the full SHA
    94e6acd View commit details
    Browse the repository at this point in the history
  9. [git_module] -Fix: different way of pushing file onto file list array…

    … speeds up vcs module dramatically
    Juhász Péter committed Oct 13, 2013
    Configuration menu
    Copy the full SHA
    c3d767a View commit details
    Browse the repository at this point in the history
  10. -Fix: slashes in cwd were not colorized when cwd was truncated (weird…

    … bash bug?)
    Juhász Péter committed Oct 13, 2013
    Configuration menu
    Copy the full SHA
    3d2c9d4 View commit details
    Browse the repository at this point in the history
  11. -Add: command_time module that displays time elapsed while last comma…

    …nd was running
    Juhász Péter committed Oct 13, 2013
    Configuration menu
    Copy the full SHA
    721560f View commit details
    Browse the repository at this point in the history
  12. -Add: load module

    Juhász Péter committed Oct 13, 2013
    Configuration menu
    Copy the full SHA
    9fdca71 View commit details
    Browse the repository at this point in the history
  13. [svn_module] -Fix: svnversion 1.7 produces different output in unvers…

    …ioned dirs
    Juhász Péter committed Oct 13, 2013
    Configuration menu
    Copy the full SHA
    83b37c2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1e0daa3 View commit details
    Browse the repository at this point in the history
  15. -Change: use utf-8 block chars to display load

    Juhász Péter committed Oct 13, 2013
    Configuration menu
    Copy the full SHA
    4ef7cb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2013

  1. [load_module] -Fix: remove all leading zeros from load_value to avoid…

    … occasional error message (when value was 08 or 09)
    Juhasz Peter committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    db57202 View commit details
    Browse the repository at this point in the history
  2. [load_module] -Fix: configurable colors and style

    Juhász Péter committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    463c272 View commit details
    Browse the repository at this point in the history
  3. [conf] -Fix: removed obsolete PROMPT from order string

    Juhász Péter committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    07bf1e2 View commit details
    Browse the repository at this point in the history
  4. -Fix: minor indentation (the whole thing is in dire need of reformatt…

    …ing though)
    Juhász Péter committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    e25ecab View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2013

  1. [load_module] -Fix: properly remove leading zeroes from load value (p…

    …rev solution was broken)
    Juhász Péter committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    0ec7e36 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2013

  1. -Fix: small optimization to vcs status parsing: don't set status vari…

    …ables every time, just once at the end
    Juhász Péter committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    54ec53c View commit details
    Browse the repository at this point in the history
  2. [load_module] -Fix: suppress display of load if it's exactly load_thr…

    …eshold[0]
    Juhász Péter committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    75e6a81 View commit details
    Browse the repository at this point in the history
  3. [git_module] -Add: stash detection and display

    Juhász Péter committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    7bf9d6e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2013

  1. -Add: clock module with optional alert interval

    Juhász Péter committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    303e74c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aace46a View commit details
    Browse the repository at this point in the history
  3. [load] -Fix: stricter test for user-overridden defaults; better docum…

    …entation in config
    Juhász Péter committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    cf0df0a View commit details
    Browse the repository at this point in the history
  4. [clock] -Fix: array index calculation for analog clock

    Juhász Péter committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    a9fdf3b View commit details
    Browse the repository at this point in the history
  5. -Fix: some cleanup (unset, local)

    Juhász Péter committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    cc43538 View commit details
    Browse the repository at this point in the history
  6. [vcs] -Fix: simplify revision parsing for svn and hg

    Juhász Péter committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    bc8a847 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c4dedf View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2013

  1. [load] -Fix: replaced full block character with inverse circle so tha…

    …t the integer part of the load can be more easily read at a glance
    Juhász Péter committed Oct 19, 2013
    Configuration menu
    Copy the full SHA
    b101a9a View commit details
    Browse the repository at this point in the history
  2. [hg] -Fix: instead of calling hg root, hg branch and hg id separately…

    …, get all info from hg log in one go
    Juhász Péter committed Oct 19, 2013
    Configuration menu
    Copy the full SHA
    4d0632f View commit details
    Browse the repository at this point in the history
  3. -Fix: set window and pane titles with tmux as well as screen

    Juhász Péter committed Oct 19, 2013
    Configuration menu
    Copy the full SHA
    a19d810 View commit details
    Browse the repository at this point in the history
  4. -Fix: remove dead code from section that sets screen window number, a…

    …dd tmux support
    Juhász Péter committed Oct 19, 2013
    Configuration menu
    Copy the full SHA
    361d52c View commit details
    Browse the repository at this point in the history
  5. -Add: replace screen tty number with unicode circled numbers

    Juhász Péter committed Oct 19, 2013
    Configuration menu
    Copy the full SHA
    9ad879e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2013

  1. [load] -Fix: on linux, read load from /proc/loadavg

    Juhász Péter committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    c1bb420 View commit details
    Browse the repository at this point in the history
  2. -Add: display tmux session name in xterm title

    Juhász Péter committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    19deaa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10288e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2013

  1. [hg] -Fix: older hg versions' 'hg log' report empty branch name if de…

    …fault, handle this case
    Juhasz Peter committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    dd94581 View commit details
    Browse the repository at this point in the history
  2. [screen] -Fix: don't display tty number if xterm is screen but or is …

    …empty (e.g. when an ssh connection is started from within a screen session)
    Juhász Péter committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    02b4c1e View commit details
    Browse the repository at this point in the history
  3. [screen] -Fix: don't display tty number if xterm is screen but or is …

    …empty (those responsible for the previous fix were fixed)
    Juhász Péter committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    9b3149a View commit details
    Browse the repository at this point in the history
  4. [screen] -Fix: display host name in screen/tmux window title if remot…

    …e shell
    Juhász Péter committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    4153458 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2013

  1. Configuration menu
    Copy the full SHA
    5a0247d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2013

  1. Configuration menu
    Copy the full SHA
    099ec06 View commit details
    Browse the repository at this point in the history
  2. [set_shell_label] -Fix: display host name in screen/tmux window name …

    …only if not inside a screen/tmux on the remote system
    Juhász Péter committed Oct 23, 2013
    Configuration menu
    Copy the full SHA
    0a405c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    402b510 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2013

  1. -Fix: get id and tty in a function; more robust tmux session and tty …

    …detection
    Juhász Péter committed Oct 29, 2013
    Configuration menu
    Copy the full SHA
    529ce57 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2013

  1. -Fix: add new runtime functions to enable/disable utf8, separate host…

    …/who_where info into functions
    Juhász Péter committed Nov 16, 2013
    Configuration menu
    Copy the full SHA
    2446732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483e77d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2013

  1. -Fix: suppress svnversion's stderr, return on error

    Juhász Péter committed Nov 23, 2013
    Configuration menu
    Copy the full SHA
    19887ae View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2013

  1. [git] -Fix: git status in git 1.8 omits #'s, fixed regexps to parse n…

    …ew format
    Juhász Péter committed Dec 13, 2013
    Configuration menu
    Copy the full SHA
    7172a9d View commit details
    Browse the repository at this point in the history
  2. [git] -Fix: previous commit broke ahead/behind detection

    Juhász Péter committed Dec 13, 2013
    Configuration menu
    Copy the full SHA
    29affa9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2014

  1. Configuration menu
    Copy the full SHA
    77fe951 View commit details
    Browse the repository at this point in the history
  2. [git] -Fix: show locally deleted files for git

    Juhasz Peter committed Jan 9, 2014
    Configuration menu
    Copy the full SHA
    e206c7d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2014

  1. [hg] -Fix: suppress stderr of hg heads

    Juhasz Peter committed Jan 23, 2014
    Configuration menu
    Copy the full SHA
    a10a8dc View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. [hg] -Fix: use more backwards compatible hg log template to get branc…

    …h name
    Juhasz Peter committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    a242d01 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2014

  1. -Fix: escape backslahses in VCS names lists

    Juhász Péter committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    fc222fb View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2015

  1. Configuration menu
    Copy the full SHA
    6853a51 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

  1. Configuration menu
    Copy the full SHA
    c75c2fb View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2015

  1. [sudo] -Add: sudo module

    xhabit committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    20ac93e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. Configuration menu
    Copy the full SHA
    ff4238c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    a654ed2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. [battery] -Change: no longer use acpi -b to get battery status, its o…

    …utput is unreliable if there are more than one batteries in the system, use the /sys/class/power_supply/BAT0 filesystem directly instead
    xhabit committed May 27, 2019
    Configuration menu
    Copy the full SHA
    66731d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. [tmux] -Fix: tty/tmux session breakage (because tmux display-message …

    …escapes arguments now)
    pjuhasz committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    3019280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6882147 View commit details
    Browse the repository at this point in the history