Alois Mahdal
39508bee86
Introduce opt-in booleans for task context and bmo nagging
7 lat temu
Alois Mahdal
cffb5623f0
Remove unused stman
7 lat temu
Alois Mahdal
396be035a4
tasknag has been ported to bmo and improved; use that instead
8 lat temu
Alois Mahdal
7aecd34635
Add funny character to each terminal window title
8 lat temu
Alois Mahdal
e4b0ff204c
Add check for syncthing
Silly but for now it will suffice. Maybe one day I'll learn the magic
of systemd so that I'll be able to set this up in a less embarrassing
way.
8 lat temu
Alois Mahdal
739aead3ff
Use a bit more visible PS2 (and consistent with PS1)
8 lat temu
Alois Mahdal
8be418af6b
Calm down Vim's default syntax highlighter
When case is left without quotes, Vim's default syntax highlighter shows
the left bracket in strong, error-y red style (not sure why, e.g.
ShellCheck does not complain about that notation). It seems to work
fine when quoted, though.
8 lat temu
Alois Mahdal
e8a366f82d
Remove forgotten debugging code
8 lat temu
Alois Mahdal
b1a4ea3e9f
Check if TaskWarrior is present
8 lat temu
Alois Mahdal
18ce372a5d
Mute unavoidable ShellCheck warnings
8 lat temu
Alois Mahdal
9a455ea83a
No need to export interactive-mode variables
8 lat temu
Alois Mahdal
50799560b6
Improve variable declaration style
Separate declaration from initialization and add variable comments.
8 lat temu
Alois Mahdal
f2887061a5
Fix typo when creating hostname tag for title
8 lat temu
Alois Mahdal
0e0f73ae25
Add taskwarrior context to PS1
...yep, we're getting a bit naggy...
8 lat temu
Alois Mahdal
b3a226a0a7
Refactor title and "lastrv" setting
This likely breaks hostname setting when accessing via SSH, but:
* it's first version that is at least somehow readable,
* and also WE *MAY* have fixed the long-standing PITA escaping
errors that we used to get in urxvt if BASH_COMMAND had backslashes
in it!
8 lat temu
Alois Mahdal
5280b0e4ed
Clean up bashrc system
* Remove excess comments and optional syntax (eg. EOL `;`),
* use non-conflict function names,
* simplify PS1 generation,
* close PROMPT_COMMAND setup into function,
8 lat temu
Alois Mahdal
b20cf898d9
Nag about overdue tasks
Script not (yet) released, but it's s simple taskwarrior wrapper to
remind about unfinished and overdue tasks once per set period.
8 lat temu
Alois Mahdal
4e992fa8a3
Apply ShellCheck hints
9 lat temu
Alois Mahdal
1194c9e44f
Make at sign in prompt more shiny
9 lat temu
Alois Mahdal
cbf3a65fa8
Support quoting behavior of bash 4.3+
bash 4.2 will print literal tilde, which seems like least evil.
9 lat temu
Alois Mahdal
f3102e5cef
Simplify logic in show_command_in_title_bar()
Re-use the case switch
9 lat temu
Alois Mahdal
930890849f
Fix exit status preservation for non-X sessions
9 lat temu
Alois Mahdal
a7cca933e3
Re-align case switch properly
9 lat temu
Alois Mahdal
d6b74c1d47
Move barh-rv temppdir path to main.bashrc
9 lat temu
Alois Mahdal
f419b456ca
Only print username on a remote (assume SSH) sessions
10 lat temu
Alois Mahdal
f76dcac790
Read lastrv in one step, now that the file will exist
10 lat temu
Alois Mahdal
e108378a98
Get rid of additional backslash
The backslash was needed due to [bug on Jessie][2], but on all other
macnines I use this is printed, which is not desired.
[1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767655
10 lat temu
Alois Mahdal
2d8bcec24e
Do iclude host identification on remote session
10 lat temu
Alois Mahdal
c8384a976f
Suppress tilde expansion
On Debian Wheezy the tilde expansion is performed. Suppress it
explicitly.
10 lat temu
Alois Mahdal
de3f72538d
Include exit status in window title as well
10 lat temu
Alois Mahdal
d792b0f6fd
Do not delete rvfile by default
10 lat temu
Alois Mahdal
0f4133012a
Add code to show command in titlebar
Taken from an [i3 forum answer][1] and edited to remove unnecessary info
(name@hostname and $HOME path)
[1]: https://faq.i3wm.org/question/2481/how-to-show-cli-application-name-in-window-title/?answer=2482#post-id-2482
10 lat temu
Alois Mahdal
510bcc949e
Fortify RV saving against tempdir being destroyed
Now `rm -rf /var/tmp/bash-rv` would only disable the feature instead of
causing errors to be printed on each prompt.
10 lat temu
Alois Mahdal
cb19fe06c8
Stop littering; use `local` where possible
10 lat temu
Alois Mahdal
b2850b307b
Clean up return value file
10 lat temu
Alois Mahdal
360fe10e67
Use more visible light red for return value
10 lat temu
Alois Mahdal
ad9dade2ec
Remove unnecessary argument from call
10 lat temu
Alois Mahdal
b7ddf51f79
Fix regression from inclusion of real escapes
Inclusion of "real" \033 seemed to work but confused readline when
working with long history lines
10 lat temu
Alois Mahdal
37744352e2
Color prompt dollar based on last return value
10 lat temu
Alois Mahdal
615a07c2bf
Revamp loading of .bash/ RC files
* More intuitive file naming,
* setup simplified,
* setup is now in script (vs. diff file),
* removed unnecessary exec mode.
10 lat temu
Alois Mahdal
ac4cfdecbe
Initial commit
11 lat temu