Alois Mahdal
7e37b46568
Allow push only per remote branch name
*Remote* branch name must be listed along with 'PUSH' keyword.
This requires predictable name of the remote, but as this whole slurping
thing is only meant for very dirty, very local scenarios, that should
not be problem. (Other, more open scenarios are still possible, just
harder, as they probably should be.)
8 years ago
Alois Mahdal
e643c25ea0
Improve greph
Using grep directly could result in "binary file matches" without any
useful info.
This would happen e.g. after renaming some files with badly-encoded
filenames. Bash history builtin seems to address such cases better.
8 years ago
Alois Mahdal
4a2541da37
Filter out inigrep from debugging by default
8 years ago
Alois Mahdal
1b8d8fc196
Update and better explain installation instructions
8 years ago
Alois Mahdal
ebff64d47b
Use less "invasive" pasting in Vim
(Return cursor after pasting; not sure how well it works for lines but
it's ok for chars.)
8 years ago
Alois Mahdal
7c87862443
Add logging for arbitrary commands
8 years ago
Alois Mahdal
1dd06cf1f4
Restart i3 on docking and undocking
8 years ago
Alois Mahdal
dd06fe56f8
Fix case when git root is passed (as dot or .. from deeper)
In that case (i.e. , the `${full#git_root}` would not work and print the full
basically full absolute path to git root.
8 years ago
Alois Mahdal
7742d07025
Rewrite templating system
Use "meta templates" that ate actually Bash scripts.
8 years ago
Alois Mahdal
e832b691f3
New, even smarter git-slurp version
* Add --force-* options to skipt .git-slurp-ok file checks.
* Allow passing path to slurp.
You can slurp only a particular sub-tree.
* Improve commit message.
Host has been dropped, and slurped paths are logged (as relative
to worktree root).
8 years ago
Alois Mahdal
938b40f410
Swap brightness for Vim cursor
Makes more sense to have darker cursor when "inside" in insert mode.
8 years ago
Alois Mahdal
d1d3e2aac4
Reset desktop background when (un)docking
8 years ago
Alois Mahdal
9427364219
Add the new docking mode to bmo-menu
8 years ago
Alois Mahdal
d8335c600e
Add xod and xood for temporary dumping xclipboards (mktemp style)
8 years ago
Alois Mahdal
55f899c517
Avoid reaching brightness 0 too easy
Apparently with some distros, raching 0 will turn off the display
completely. Step of 49 makes it easy to avoid that while still keeping
the advantage of huge step.
8 years ago
Alois Mahdal
a9f39e6d8d
Allow finer conrol for some night hacking
8 years ago
Alois Mahdal
e6744bd102
Update after ffoo is renamed to shellfu
8 years ago
Alois Mahdal
4b2c7fabf8
Do not give error exit status if pushing is just not enabled
8 years ago
Alois Mahdal
effea5bbb8
Re-implement greph as a .bashrc function
8 years ago
Alois Mahdal
561312b3c7
Rewrite git-slurp to have "some" style
* Die by dedicated function.
* Push only if allowed (a line containing single word PUSH found in
.git-slurp-ok file)
* Allow working when deeper in git repo (but not if outside).
* Make permisson code readable (self-doc).
* Enclose in main() to allow for better hygiene.
8 years ago
Alois Mahdal
e50fc304b4
Add tl;dr pages query
8 years ago
Alois Mahdal
daadad426e
Show notifications from Clementine as low
8 years ago
Alois Mahdal
eac13e4b8d
Improve git-slurp message
8 years ago
Alois Mahdal
a5caa18741
Add defaults for PS1 composition
Now host/user overrides don't have to be created.
8 years ago
Alois Mahdal
ece36c155f
Add basic version of 'git slurp'
8 years ago
Alois Mahdal
98a90c41e7
Do not break long lines in git log
8 years ago
Alois Mahdal
f1913f8d90
Split IDOS URI to specific URIs for Brno and the rest
8 years ago
Alois Mahdal
b0b0f82f83
Do not pad4 emty lines
9 years ago
Alois Mahdal
82c6ae3e5c
Add new git-log mode
Useful in repos with more users and especially in those with abundance
of tags.
Note to self: TODO: merge with other modes
9 years ago
Alois Mahdal
381d8cf04a
Update for newer bmo version
Current bmo development version uses *first* reciord as default (which
seems to make more sense)
9 years ago
Alois Mahdal
d9512a30e3
Add advanced syntastic settings
9 years ago
Alois Mahdal
b881a74deb
Add shortcuts for quick clipboard-fed querying
9 years ago
Alois Mahdal
978036481a
Add bmo menu for direct magic query with history
9 years ago
Alois Mahdal
78fbe21979
Add bmo menu `query` for choosing query URL
9 years ago
Alois Mahdal
9b8f7f7467
Remove obsolete $mod+o for mocp
Goodbye mocp :'), hello clementine... :)
9 years ago
Alois Mahdal
16bdf450a2
Add mark set for choice workflow
9 years ago
Alois Mahdal
60033ade52
Make neutral color more neutral (and a bit more visible)
9 years ago
Alois Mahdal
cea0e8f11e
Migrate to bmo--split-fork of saturnin
9 years ago
Alois Mahdal
9684204148
Use less contrasting color for $fail icon
9 years ago
Alois Mahdal
6179a0d44e
Do not toggle Orage window state
Albeit a bit hidden, Orage does have a setting to start minimized, so
it's not necessary to toggle it after start.
9 years ago
Alois Mahdal
ac3c04c9f2
Start hexchat minimized to tray icon
9 years ago
Alois Mahdal
e2e31f1624
Add XA_CLIPBOARD versions of xclip aliases
9 years ago
Alois Mahdal
14a2f707f8
Fortify bcdiff() against junky file paths
9 years ago
Alois Mahdal
3f340cb913
Prevent quoting problems
9 years ago
Alois Mahdal
08d261e9bc
Do not print field keys
They are already contained within the fetched string.
9 years ago
Alois Mahdal
1e56529942
Set more subtle search highlighting
9 years ago
Alois Mahdal
f1c07531ad
Finish notifirc integration with newer notifirc version via stdin
9 years ago
Alois Mahdal
a1a0159e1c
Do not export what is not necessary
These variables only make sense in interactive bash session where we
always re-read .bashrc anyway.
9 years ago
Alois Mahdal
57d3d8dcb2
Use appropriate icons for each state
9 years ago
Alois Mahdal
ce6a6af0fd
Add bindings to mass-set marks on current workspace
9 years ago