fetch

[sh] MSYS2-compatible system info prompt
git clone https://git.torresjrjr.com/fetch.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-03-03 01:47Improve printf statementsByron Torres1+13-13
2023-03-03 01:45Improve graphic()Byron Torres1+3-1
2022-03-27 23:52Update README.mdByron Torres1+12-4
2022-03-27 23:46Improve _shell() with '$SHLVLByron Torres1+1-1
2022-03-02 12:09Display boot datetime in _uptime()Byron Torres1+3-2
2022-03-02 12:08Use $PRETTY_NAME from /etc/os-release in _os()Byron Torres1+2-1
2022-02-24 23:10Fix _uptime() units orderByron Torres1+2-2
2022-02-21 17:02Redundancy for _uptime() with uptime utilityByron Torres1+7-3
2022-02-21 16:48Use sh, not dc, for _uptime()Byron Torres1+3-5
2022-02-21 00:23New _uptime() statusline; rm _kernal()Byron Torres1+8-4
2021-10-14 23:55Use env printfByron Torres1+9-9
2021-08-25 23:56Improve _sshd() using 'user@pts/n' output from psByron Torres2+4-4
2021-08-20 12:07Revert 015c94b "Use ps formatting to simplify..."Byron Torres1+3-5
2021-08-19 12:47Improve README.mdByron Torres1+3-2
2021-08-18 04:17Fix README.mdByron Torres1+1-1
2021-08-18 01:00Update README.mdByron Torres1+25-15
2021-08-18 00:59Fix config(), improve graphic() and formatters()Byron Torres1+26-26
2021-08-17 23:14Adjust status whitespaceByron Torres1+6-6
2021-08-17 23:12Make colors bold, adjust formattersByron Torres1+8-5
2021-08-01 11:54Use portable 'comm', not 'cmd', in ps formattingByron Torres1+2-2
2021-06-21 22:54Use ps formatting to simplify 0b0e927 & 81812e8Byron Torres1+5-3
2021-04-23 11:49Sort tmux sessions by ageByron Torres1+4-10
2021-04-10 00:23Improve _tmux(), underline attached tmux sessionsByron Torres1+5-5
2021-04-10 00:06Rewrite _tmux(), s/colours/formatters/, new $ulByron Torres1+16-14
2021-03-07 03:04Update README.mdByron Torres1+6-6
2021-02-22 23:00Make statusline spacing 3 -> 1 spacesByron Torres1+5-5
2021-02-21 18:32Add config functionByron Torres1+9-4
2021-02-21 18:23Remove colons ':' from statuslinesByron Torres1+5-5
2021-02-19 13:28Feature: configurable graphic.shByron Torres2+6-4
2021-02-19 13:01Update README.mdByron Torres1+9-4
2021-02-19 12:39Add LICENSEByron Torres1+674-0
2021-02-18 21:13Use ps flags axByron Torres1+2-2
2021-02-18 13:44Fix sshd grep self-reference bugByron Torres1+3-1
2021-02-18 06:22Fix tmux grep self-reference bugByron Torres1+1-1
2021-02-18 05:59Prefer shell fullpath to unpredictable --versionByron Torres1+1-1
2021-02-18 05:42Fix portability for sshdByron Torres1+1-1
2021-02-18 04:17Merge branch 'master' of git.sr.ht:~torresjrjr/fetchByron Torres1+3-3
2021-02-18 04:14Portability fixes for host, shell, and tmuxByron Torres1+3-3
2021-02-08 00:59Update graphic/status border exampleByron Torres1+1-1
2021-02-02 01:15_shell(): Use < instead of catByron Torres1+1-2
2021-02-02 00:07Correct graphic() border, Use grep -q in _tmux()Byron Torres1+10-10
2021-02-01 23:47Rewrite _shell() using /procByron Torres1+2-3
2021-02-01 01:03Rewrite _shell() using its PPID from ps and awkByron Torres1+3-1
2021-01-31 23:19Format statusline functions, simplify _tmux()Byron Torres1+23-18
2021-01-31 22:49Simplify colour() declarationsByron Torres1+5-5
2021-01-31 14:30Refactor to optimise for reading and patchingByron Torres1+45-36
2021-01-31 01:29Gather the graphic's dimensions programmaticallyByron Torres1+3-3
2021-01-29 17:55Minor refractorByron Torres1+6-9
2021-01-29 17:30Improve _sshd() with single awk processByron Torres1+1-1
2021-01-29 12:00Improve _title() and _sshd()Byron Torres1+2-8
2021-01-29 11:45Simplify cursor util with ANSI escape sequencesByron Torres1+3-9
2021-01-29 11:28Fix paletteByron Torres1+1-1
2021-01-29 11:00Format code, add emailByron Torres1+7-5
2021-01-29 10:52Complete README.mdByron Torres2+44-26
2021-01-28 22:13Rewrite status() with string argumentsByron Torres1+32-39
2021-01-28 12:58Print status lines sequentially, not as one blockByron Torres1+75-45
2021-01-28 11:58Replace clear with precise cursor resetByron Torres1+10-1
2020-11-28 00:35Format codeByron Torres1+2-3
2020-11-24 11:23Use const tmp; clear in subshell to stop flickerByron Torres1+2-3
2020-11-23 23:13Show graphic initially; Use mktempByron Torres1+29-25
2020-11-22 18:42Display date with the RFC 5322 format optionByron Torres1+1-1
2020-11-16 01:24Add date, adjust spacingByron Torres1+12-11
2020-11-13 23:42Rename fetch.sh to fetchByron Torres1+0-0
2020-11-13 23:41Initial fetchByron Torres1+66-0
2020-11-13 23:41Initial commitByron Torres1+3-0
2023-03-03 01:47Improve printf statementsByron Torres1+13-13
2023-03-03 01:45Improve graphic()Byron Torres1+3-1
2022-03-27 23:52Update README.mdByron Torres1+12-4
2022-03-27 23:46Improve _shell() with '$SHLVLByron Torres1+1-1
2022-03-02 12:09Display boot datetime in _uptime()Byron Torres1+3-2
2022-03-02 12:08Use $PRETTY_NAME from /etc/os-release in _os()Byron Torres1+2-1
2022-02-24 23:10Fix _uptime() units orderByron Torres1+2-2
2022-02-21 17:02Redundancy for _uptime() with uptime utilityByron Torres1+7-3
2022-02-21 16:48Use sh, not dc, for _uptime()Byron Torres1+3-5
2022-02-21 00:23New _uptime() statusline; rm _kernal()Byron Torres1+8-4
2021-10-14 23:55Use env printfByron Torres1+9-9
2021-08-25 23:56Improve _sshd() using 'user@pts/n' output from psByron Torres2+4-4
2021-08-20 12:07Revert 015c94b "Use ps formatting to simplify..."Byron Torres1+3-5
2021-08-19 12:47Improve README.mdByron Torres1+3-2
2021-08-18 04:17Fix README.mdByron Torres1+1-1
2021-08-18 01:00Update README.mdByron Torres1+25-15
2021-08-18 00:59Fix config(), improve graphic() and formatters()Byron Torres1+26-26
2021-08-17 23:14Adjust status whitespaceByron Torres1+6-6
2021-08-17 23:12Make colors bold, adjust formattersByron Torres1+8-5
2021-08-01 11:54Use portable 'comm', not 'cmd', in ps formattingByron Torres1+2-2
2021-06-21 22:54Use ps formatting to simplify 0b0e927 & 81812e8Byron Torres1+5-3
2021-04-23 11:49Sort tmux sessions by ageByron Torres1+4-10
2021-04-10 00:23Improve _tmux(), underline attached tmux sessionsByron Torres1+5-5
2021-04-10 00:06Rewrite _tmux(), s/colours/formatters/, new $ulByron Torres1+16-14
2021-03-07 03:04Update README.mdByron Torres1+6-6
2021-02-22 23:00Make statusline spacing 3 -> 1 spacesByron Torres1+5-5
2021-02-21 18:32Add config functionByron Torres1+9-4
2021-02-21 18:23Remove colons ':' from statuslinesByron Torres1+5-5
2021-02-19 13:28Feature: configurable graphic.shByron Torres2+6-4
2021-02-19 13:01Update README.mdByron Torres1+9-4
2021-02-19 12:39Add LICENSEByron Torres1+674-0
2021-02-18 21:13Use ps flags axByron Torres1+2-2
2021-02-18 13:44Fix sshd grep self-reference bugByron Torres1+3-1
2021-02-18 06:22Fix tmux grep self-reference bugByron Torres1+1-1
2021-02-18 05:59Prefer shell fullpath to unpredictable --versionByron Torres1+1-1
2021-02-18 05:42Fix portability for sshdByron Torres1+1-1
2021-02-18 04:17Merge branch 'master' of git.sr.ht:~torresjrjr/fetchByron Torres1+3-3
2021-02-18 04:14Portability fixes for host, shell, and tmuxByron Torres1+3-3
2021-02-08 00:59Update graphic/status border exampleByron Torres1+1-1
2021-02-02 01:15_shell(): Use < instead of catByron Torres1+1-2
2021-02-02 00:07Correct graphic() border, Use grep -q in _tmux()Byron Torres1+10-10
2021-02-01 23:47Rewrite _shell() using /procByron Torres1+2-3
2021-02-01 01:03Rewrite _shell() using its PPID from ps and awkByron Torres1+3-1
2021-01-31 23:19Format statusline functions, simplify _tmux()Byron Torres1+23-18
2021-01-31 22:49Simplify colour() declarationsByron Torres1+5-5
2021-01-31 14:30Refactor to optimise for reading and patchingByron Torres1+45-36
2021-01-31 01:29Gather the graphic's dimensions programmaticallyByron Torres1+3-3
2021-01-29 17:55Minor refractorByron Torres1+6-9
2021-01-29 17:30Improve _sshd() with single awk processByron Torres1+1-1
2021-01-29 12:00Improve _title() and _sshd()Byron Torres1+2-8
2021-01-29 11:45Simplify cursor util with ANSI escape sequencesByron Torres1+3-9
2021-01-29 11:28Fix paletteByron Torres1+1-1
2021-01-29 11:00Format code, add emailByron Torres1+7-5
2021-01-29 10:52Complete README.mdByron Torres2+44-26
2021-01-28 22:13Rewrite status() with string argumentsByron Torres1+32-39
2021-01-28 12:58Print status lines sequentially, not as one blockByron Torres1+75-45
2021-01-28 11:58Replace clear with precise cursor resetByron Torres1+10-1
2020-11-28 00:35Format codeByron Torres1+2-3
2020-11-24 11:23Use const tmp; clear in subshell to stop flickerByron Torres1+2-3
2020-11-23 23:13Show graphic initially; Use mktempByron Torres1+29-25
2020-11-22 18:42Display date with the RFC 5322 format optionByron Torres1+1-1
2020-11-16 01:24Add date, adjust spacingByron Torres1+12-11
2020-11-13 23:42Rename fetch.sh to fetchByron Torres1+0-0
2020-11-13 23:41Initial fetchByron Torres1+66-0
2020-11-13 23:41Initial commitByron Torres1+3-0