Mercurial
Mercurial
>
skel
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-480
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Added navigation and word deleting commands for Putty.
23 months ago, by Oleksandr Gavenko
To avoid specifying "--keyserver".
2022-12-27, by Oleksandr Gavenko
OrangeRed is not recognized by mintty, used hex code instead.
2022-12-25, by Oleksandr Gavenko
Removed Bash completion for the outdated utility "hgsyncew".
2022-12-25, by Oleksandr Gavenko
Fixed warning: grep: warning: GREP_COLOR is deprecated; use GREP_COLORS.
2022-12-25, by Oleksandr Gavenko
Defined completion for mygradle8 mygradle11 mygradle17.
2022-12-22, by Oleksandr Gavenko
Added which to scoop completion.
2022-12-21, by Oleksandr Gavenko
Added completion for hgsync.
2022-12-24, by Oleksandr Gavenko
Avoid a warning when HG is operating via SSH:
2022-12-23, by Oleksandr Gavenko
Decided transition from ~/devel to ~/work.
2022-11-28, by Oleksandr Gavenko
Added a comment.
2022-11-28, by Oleksandr Gavenko
No need in GRADLE_OPTS "-Dorg.gradle.daemon=true": it is by default in modern Gradle.
2022-11-27, by Oleksandr Gavenko
Included time into Bash PS1 header: useful to understand when I called daily login apps.
2022-09-08, by Oleksandr Gavenko
Added Bash completion for winget.
2022-06-12, by Oleksandr Gavenko
Added bash autocompletion for Scoop.
2022-06-09, by Oleksandr Gavenko
Fixed typo.
2022-06-08, by Oleksandr Gavenko
myvbox-stop-all: added support for spaces in the response from "vboxmanage list runningvms".
2022-06-08, by Oleksandr Gavenko
Added utility function for halting all VBox VMs.
2022-06-07, by Oleksandr Gavenko
Removed dangerous git alias.
2021-09-28, by Oleksandr Gavenko
Fix: there is no guaranty /etc/mc/mc.ext is in the system.
2021-09-18, by Oleksandr Gavenko
As of ~/.bashrc having space prefixed exclude pattern in HISTIGNORE no need for dedicated file, just add a symlink!
2021-09-18, by Oleksandr Gavenko
Exclude space prefixed commands from Bash history. This include Midnight Commander UI prompt (not shell).
2021-09-18, by Oleksandr Gavenko
Bash completion for npx.
2021-09-15, by Oleksandr Gavenko
Removed debug statement.
2021-07-13, by Oleksandr Gavenko
Fixed horrible Bash regex performance matching with two placeholders. Instead use fast one and extract remaining part.
2021-06-16, by Oleksandr Gavenko
Use variable to return function result for better performance on Cygwin. Cleanup helper functions from the environment.
2021-06-16, by Oleksandr Gavenko
Rearrange default UNIX PATHs priority. Under Cygwin that helps with placing Cygwin's paths before Windows'.
2021-06-16, by Oleksandr Gavenko
TERM is missing when run non-interactively through SSH. Disable ruler in non-interacticve session.
2021-06-03, by Oleksandr Gavenko
For my "cygrun.exe" wrapper to work it should be behind shebang scripts in the PATH, so moved ~/usr/bin to the PATH end on Cygwin.
2021-06-02, by Oleksandr Gavenko
No need for ~/usr/xbin. There is standard ~/.local/bin.
2021-06-02, by Oleksandr Gavenko
Include /usr/local/bin into PATH for "pip install" to be available.
2021-06-02, by Oleksandr Gavenko
Docs: added link.
2021-06-02, by Oleksandr Gavenko
Set Node prefix & cache to local directory on Linux.
2021-06-02, by Oleksandr Gavenko
Replaced regex match with pattern match.
2021-06-01, by Oleksandr Gavenko
Combined dependent check into "elif".
2021-06-01, by Oleksandr Gavenko
Removed Solaris customization. This OS is dead.
2021-06-01, by Oleksandr Gavenko
Allow ~/.env file to be without "export" prefix.
2021-06-01, by Oleksandr Gavenko
Renamed .env => .bash.env to free .env name for user customization (famous dotenv file).
2021-06-01, by Oleksandr Gavenko
Pass TERM as xterm to "vagrant ssh" because Debian doesn't know TERM "mintty".
2021-06-01, by Oleksandr Gavenko
I'm using Ctrl+LCLick or Menu key binding for switching.
2021-04-06, by Oleksandr Gavenko
Enabled Mercirial extension: histedit.
2021-04-06, by Oleksandr Gavenko
Enabled rerere. Keeps database of manually resolved conflicts.
2021-03-21, by Oleksandr Gavenko
Fixed handling of spaces in path for completion for Bash command "cd".
2021-02-22, by Oleksandr Gavenko
Utility function to enhance curl with time report.
2021-01-14, by Oleksandr Gavenko
Fixed: Ignoring unknown option 'BellSound'.
2021-01-08, by Oleksandr Gavenko
Replaced "~" with $(HOME).
2021-01-08, by Oleksandr Gavenko
Create symlink in a one step.
2021-01-08, by Oleksandr Gavenko
Replaced Bash "for" iteration with "find" utility.
2021-01-08, by Oleksandr Gavenko
No need special steps for .local/share/applications/mimeapps.list
2021-01-08, by Oleksandr Gavenko
Do not alter working directory.
2021-01-08, by Oleksandr Gavenko
Do not install fvwm configs if it is not available.
2021-01-08, by Oleksandr Gavenko
Fixed install target: do not stop in the middle if fvwm is not here.
2021-01-08, by Oleksandr Gavenko
No need for "mkdir", option "-D" of "install" takes care about missing directories.
2021-01-08, by Oleksandr Gavenko
Collect and copy all files belonging to root of $HOME in one step. This speedups install in Cygwin: 7s => 5s.
2021-01-08, by Oleksandr Gavenko
Increased "install" speed on Cygwin with ".ONESHELL" (by avoiding SHELL forks) 9s => 7s.
2021-01-08, by Oleksandr Gavenko
No need for file size check when opening file in Emacs.
2021-01-08, by Oleksandr Gavenko
No need to detect old MC version, always install into ~/.config/mc.
2021-01-08, by Oleksandr Gavenko
Execute Make recipes by Bash.
2021-01-08, by Oleksandr Gavenko
Replaced --parallel-threads with --max-workers.
2020-11-30, by Oleksandr Gavenko
Added completion for --console + --warning-mode.
2020-11-25, by Oleksandr Gavenko
Added publish task.
2020-11-25, by Oleksandr Gavenko
Added support for "wrapper --distribution-type ...".
2020-11-21, by Oleksandr Gavenko
Added Shift+Tab for session switching in GNU Screen & tmux.
2020-11-21, by Oleksandr Gavenko
Replace TERM=mintty with "xterm" as remote Debian doesn't have "mintty" definition.
2020-11-21, by Oleksandr Gavenko
Switched BoldWhite into some visible on white background.
2020-11-21, by Oleksandr Gavenko
Adtivated TERM=mintty for mintty as Gradle now supports it natively (as of v5.2).
2020-11-21, by Oleksandr Gavenko
Use bold font instead of alternative color in mintty. Bold colors are shown when bright colors are requested.
2020-11-21, by Oleksandr Gavenko
Enabled syntax highlighting by Emacs + added link to official docs.
2020-11-21, by Oleksandr Gavenko
Added utility to activate Windows based docker-machine in WSL.
2020-10-06, by Oleksandr Gavenko
A way to find releases/heads with given commit.
2020-09-09, by Oleksandr Gavenko
New git on "git pull" asked to config one of:
2020-08-25, by Oleksandr Gavenko
Enabled mygradle for gradle completion.
2020-03-26, by Oleksandr Gavenko
Added Artifactory related tasks.
2020-03-03, by Oleksandr Gavenko
Added completion for Gradle 6.x java.withJavadocJar()/withSourcesJar().
2020-03-02, by Oleksandr Gavenko
Added --fail-fast to list of available options for Gradle completion.
2020-01-18, by Oleksandr Gavenko
Added "test" related Bash completions for Gradle.
2020-01-18, by Oleksandr Gavenko
Added default completion for Gradle "test" cmd.
2020-01-18, by Oleksandr Gavenko
Increased the number of supported formats by mygit-date and added strict validation.
2020-01-18, by Oleksandr Gavenko
Added completion for --console Gradle option.
2020-01-13, by Oleksandr Gavenko
Included --tunnel-through-iap into gssh alias.
2020-01-13, by Oleksandr Gavenko
Disabled rich terminal support for Gradle under mintty.
2020-01-12, by Oleksandr Gavenko
Added link to Gradle configuration config docs.
2019-12-07, by Oleksandr Gavenko
Updated available configurations.
2019-12-07, by Oleksandr Gavenko
Added alias and completion for 'gcloud compute ssh'.
2019-12-02, by Oleksandr Gavenko
Ping SSH server every 2 min.
2019-11-19, by Oleksandr Gavenko
Added null displaying, HISTCONTROL, upper case completion to psql.
2019-10-21, by Oleksandr Gavenko
Enable switching to wide line format of SQL output when necessary by psql.
2019-10-21, by Oleksandr Gavenko
Changed EDITOR to vim. Cygwin's vi is very primitive.
2019-09-22, by Oleksandr Gavenko
Set default editor to vi.
2019-09-16, by Oleksandr Gavenko
https://superuser.com/questions/543279/no-mouse-support-mouse-a-error-in-vim
2019-05-14, by Oleksandr Gavenko
Made idempotent application of Gradle settings.
2019-04-29, by Oleksandr Gavenko
Added --fail-fast option.
2019-03-23, by Oleksandr Gavenko
Removed Bash key binding that overrides filename completion.
2019-01-16, by Oleksandr Gavenko
Use native apt-cyg bash completion.
2019-01-03, by Oleksandr Gavenko
Set EDITOR priority.
2019-01-03, by Oleksandr Gavenko
/bin/stty is in Debian&Alpine, /usr/bin/stty is in Cygwin.
2019-01-02, by Oleksandr Gavenko
Added suffix mini to mini-tarball.
2019-01-01, by Oleksandr Gavenko
checkwinsize is already enabled.
2018-12-30, by Oleksandr Gavenko
Added fallback to "stty" if "tput" is missing.
2018-12-30, by Oleksandr Gavenko
Change rules size only on SIGWINCH.
2018-12-30, by Oleksandr Gavenko
Allow to override font size by local settings.
2018-12-30, by Oleksandr Gavenko
Avoid blue on green for STICKY_OTHER_WRITABLE.
2018-12-20, by Oleksandr Gavenko
Added RLWRAP_HOME.
2018-12-18, by Oleksandr Gavenko
Set default binding for complete-filename, which was somehow missing.
2018-12-13, by Oleksandr Gavenko
Create missing directories.
2018-12-12, by Oleksandr Gavenko
Updated mygit-date to accept hour+minute, assume current day + random seconds.
2018-11-29, by Oleksandr Gavenko
Describe color codes.
2018-10-16, by Oleksandr Gavenko
bootRepackage was renamed to bootJar in modern Spring Boot Gradle plugin.
2018-09-04, by Oleksandr Gavenko
Increased Git diff context to 5.
2018-08-22, by Oleksandr Gavenko
Make copy of ~/.bash_profile instead symlink as Cygwin installation conflicts
2018-07-11, by Oleksandr Gavenko
Target to create tarball with essential files (to be moved to Vagrant box).
2018-07-11, by Oleksandr Gavenko
I can keep default preferred size. Maximize doesn't affect it.
2018-07-09, by Oleksandr Gavenko
Start mintty maximized.
2018-07-09, by Oleksandr Gavenko
Added user/host to terminal title.
2018-07-08, by Oleksandr Gavenko
Fixed typo.
2018-06-24, by Oleksandr Gavenko
Disable CYGWIN=noglob for docker-machine.
2018-06-21, by Oleksandr Gavenko
Exclude stash from glog.
2018-06-12, by Oleksandr Gavenko
Exclude StGit commits from graph.
2018-06-12, by Oleksandr Gavenko
Removed garbage symbol.
2018-05-15, by Oleksandr Gavenko
Increase terminal width and font size.
2018-05-12, by Oleksandr Gavenko
Calculate ruler length each time.
2018-05-12, by Oleksandr Gavenko
Added support for --include-build.
2018-05-07, by Oleksandr Gavenko
Set length of ruler line to terminal width. Made it more visible.
2018-05-06, by Oleksandr Gavenko
Enable color in console for Gradle in Cygwin+bash+mintty.
2018-04-17, by Oleksandr Gavenko
Follow history after renames in git log.
2018-03-27, by Oleksandr Gavenko
Replaced option to more modern.
2018-03-27, by Oleksandr Gavenko
Command to spoof git commit date.
2018-01-09, by Oleksandr Gavenko
Do not override ~/.gradle/init.d/mavenLocal.gradle
2017-12-04, by Oleksandr Gavenko
Added colors definition for cdiff because default schema uses blue for added
2017-09-25, by Oleksandr Gavenko
https://superuser.com/questions/1247541/make-bash-completion-to-ignore-exe-extention-in-cygwin
2017-09-05, by Oleksandr Gavenko
It's impossible to disable -n so it's better to remove it.
2017-08-30, by Oleksandr Gavenko
Make red less shouting.
2017-08-28, by Oleksandr Gavenko
DarkGreen is too dark to notice it among black text.
2017-08-27, by Oleksandr Gavenko
Make green darker for better diff readability. Same for cyan.
2017-08-08, by Oleksandr Gavenko
Built own terminal color schema.
2017-08-08, by Oleksandr Gavenko
Prefer LF EOL. Normalize EOL to LF.
2017-08-08, by Oleksandr Gavenko
Remove obsolete information.
2017-08-08, by Oleksandr Gavenko
Make cyan darker.
2017-08-08, by Oleksandr Gavenko
Make green lighter.
2017-08-08, by Oleksandr Gavenko
Improve visibility of yellow and green colors.
2017-08-07, by Oleksandr Gavenko
Polished setting.
2017-08-07, by Oleksandr Gavenko
Shorter options for --no-timestamps --no-index.
2017-08-07, by Oleksandr Gavenko
Removed 'quilt diff' breaking option.
2017-08-07, by Oleksandr Gavenko
More colors from quilt.
2017-08-07, by Oleksandr Gavenko
Include function name in patch.
2017-08-06, by Oleksandr Gavenko
Sane defaults for quilt.
2017-08-06, by Oleksandr Gavenko
Fix: Unsupported option compressionlevel.
2017-08-01, by Oleksandr Gavenko
Enable completion for ../gradlew
2017-07-25, by Oleksandr Gavenko
Added additional ``init`` plugin supported types.
2017-07-16, by Oleksandr Gavenko
Added --build-cache option.
2017-07-05, by Oleksandr Gavenko
Added status option.
2017-07-03, by Oleksandr Gavenko
Added --profile option for Gradle.
2017-07-03, by Oleksandr Gavenko
`-a` option to commit causes many troubles to me.
2017-06-20, by Oleksandr Gavenko
Fix Ignoring option '; '.
2017-06-12, by Oleksandr Gavenko
Added support for ConEmu.
2017-05-22, by Oleksandr Gavenko
Added quick launch menu entry for Idea.
2017-04-30, by Oleksandr Gavenko
merged
2017-04-21, by Oleksandr Gavenko
merged
2017-04-21, by Oleksandr Gavenko
atril stopped same document position. Use zathura instead.
2017-04-17, by Oleksandr Gavenko
merged
2017-04-15, by Oleksandr Gavenko
Enabled wrapping during horizontal navigation.
2017-04-15, by Oleksandr Gavenko
Navigate across pages/desktops with Win key pressed to freed Ctrl/Alt + F9-F12 key bindings.
2017-04-15, by Oleksandr Gavenko
I like audacious for looping key shortcuts.
2017-04-13, by Oleksandr Gavenko
Fix moving window down.
2017-04-07, by Oleksandr Gavenko
Wrap around left/right boundaries when moving window.
2017-04-07, by Oleksandr Gavenko
Do not try to set title inside Emacs term emulator.
2017-04-14, by Oleksandr Gavenko
Include current working directory into terminal emulator title (xterm/mintty
2017-04-04, by Oleksandr Gavenko
Lenience for Java applications.
2017-04-06, by Oleksandr Gavenko
WIP for URXVT.
2017-04-02, by Oleksandr Gavenko
Deleted debug output.
2017-03-20, by Oleksandr Gavenko
Properly handle IFS to avoid polluting external value. Remove command lists,
2017-03-06, by Oleksandr Gavenko
Simplify syntax.
2017-03-06, by Oleksandr Gavenko
Add command help if it is first argument.
2017-03-06, by Oleksandr Gavenko
Completion for dependencyInsight. Fix for _extra expansion.
2017-03-01, by Oleksandr Gavenko
Add bootRun for convenience.
2017-02-26, by Oleksandr Gavenko
Add command sensitive completion.
2017-02-25, by Oleksandr Gavenko
Fix: Cannot invoke method startsWith() on null object.
2017-02-22, by Oleksandr Gavenko
Enable colors for logging in terminal for Windows in mintty for Spring Boot.
2017-02-22, by Oleksandr Gavenko
Disable noisy output.
2017-02-22, by Oleksandr Gavenko
Completion for "dependencies --configuration".
2017-02-21, by Oleksandr Gavenko
Switch arguments order.
2017-02-21, by Oleksandr Gavenko
Add wrapper task.
2017-02-20, by Oleksandr Gavenko
Add ./gradlew for completion.
2017-02-20, by Oleksandr Gavenko
Delay access to remote repositories for 10 days.
2017-02-18, by Oleksandr Gavenko
Include mavenLocal() to gradle builds.
2017-02-18, by Oleksandr Gavenko
Improve completion for help task.
2017-02-18, by Oleksandr Gavenko
Use $'' syntax to get rid of \033 in flavor of \e.
2017-02-13, by Oleksandr Gavenko
Add some gradle tasks.
2017-02-13, by Oleksandr Gavenko
Improve zsh prompt.
2017-02-13, by Oleksandr Gavenko
Add completion for figlet.
2017-02-12, by Oleksandr Gavenko
"listall" can benefit from pkg name completion.
2017-02-09, by Oleksandr Gavenko
Ignore UNIX file permission under Windows. Relax CR/LF.
2017-02-09, by Oleksandr Gavenko
Use extra key on Logitec as Mode_switch.
2017-01-28, by Oleksandr Gavenko
Swap modifiers to previous assignment because I don't want to fix them in
2017-01-28, by Oleksandr Gavenko
Cleanup code. Make possible to import settings several times without errors.
2017-01-27, by Oleksandr Gavenko
Do not duplicate completion if we in the middle of the word.
2017-01-26, by Oleksandr Gavenko
colored-stats is Bash feature. It breaks Emacs 25. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24401
2017-01-26, by Oleksandr Gavenko
Fix: Under Windows there is mc command that is Message Compiler.
2017-01-24, by Oleksandr Gavenko
Fix: Under Windows there is mc command that is Macro Compiler.
2017-01-24, by Oleksandr Gavenko
Basic completion for apt-cyg.
2017-01-24, by Oleksandr Gavenko
Remove obsolete information.
2017-01-20, by Oleksandr Gavenko
Switch to atril instead of evince to avoid gvfs package for remembering
2017-01-08, by Oleksandr Gavenko
Add lit format.
2016-12-04, by Oleksandr Gavenko
Add function for linguistic analysis.
2016-10-15, by Oleksandr Gavenko
Enable hinting and subpixel rendering in Emacs.
2016-09-29, by Oleksandr Gavenko
I set Emacs font in .emacs by now.
2016-09-27, by Oleksandr Gavenko
Fix spelling.
2016-08-30, by Oleksandr Gavenko
Focus to first window on page when move across pages.
2016-08-30, by Oleksandr Gavenko
Code to move window across pages/desks.
2016-08-30, by Oleksandr Gavenko
Increase software volume for quiet video.
2016-08-15, by Oleksandr Gavenko
Shortcut to close window from MINIX A2 remote control.
2016-08-06, by Oleksandr Gavenko
Mobipocket association.
2016-07-29, by Oleksandr Gavenko
Fix: Solaris 'file' utility does not support '--compile' option and user
2016-06-02, by Oleksandr Gavenko
Fix: GNU 'install' utility is not compatible with Solaris version.
2016-06-02, by Oleksandr Gavenko
Enable OpenCSW packages on Solaris.
2016-06-02, by Oleksandr Gavenko
Fix: ls --color=auto does not work in NetBSD.
2016-06-02, by Oleksandr Gavenko
Do not set MANPATH on NetBSD, because there is non-GNU man and it does not
2016-06-02, by Oleksandr Gavenko
~/usr/bin can't be placed before /bin in PATH because cygrun is recursively
2016-05-27, by Oleksandr Gavenko
LANG=ru_RU.CP1251 is no longer useful for Cygwin.
2016-05-27, by Oleksandr Gavenko
Enable bash_completion for Cygwin because new bash version support delayed
2016-05-18, by Oleksandr Gavenko
"graft" extension built-in, "transplant" is depricated.
2016-04-18, by Oleksandr Gavenko
Give a try to ebook-viewer.
2016-04-11, by Oleksandr Gavenko
.m4v format.
2016-04-11, by Oleksandr Gavenko
Some PDF file reported as pure data by file utility, so guess PDF
2016-02-23, by Oleksandr Gavenko
New mplayer2 uses old ~/.mplayer config directory for now.
2016-02-19, by Oleksandr Gavenko
New path to my projects base directory. Now it shorter!
2016-02-12, by Oleksandr Gavenko
Make PS1 delimiter line longer.
2016-02-07, by Oleksandr Gavenko
Make more stricter pattern checking to avoid double PATH extending
2016-02-01, by Oleksandr Gavenko
"~" expanded only on word start. Use "$HOME" instead of ~ for this
2016-02-01, by Oleksandr Gavenko
Remove fixed path.~
2016-02-01, by Oleksandr Gavenko
Include error code into PS1. Use \r trick even without colors.
2016-01-18, by Oleksandr Gavenko
Because I remove utils/pathsearch project I save some usage example from man page.
2016-01-18, by Oleksandr Gavenko
Change mail signature.
2016-01-08, by Oleksandr Gavenko
sql = svn:eol-style=native
2015-12-23, by Oleksandr Gavenko
Add delay to flush any input so xorg doesn't disable DPMS power saving.
2015-12-17, by Oleksandr Gavenko
churn extension - review commit statistic.
2015-12-12, by Oleksandr Gavenko
DBeaver
2015-12-12, by Oleksandr Gavenko
Enable color prompt on another reach terminal.
2015-12-10, by Oleksandr Gavenko
Use terminal emacsclient as EDITOR.
2015-12-10, by Oleksandr Gavenko
merged
2015-12-08, by Oleksandr Gavenko
Disable shared memory usage for Skype. This can prevent http://askubuntu.com/questions/692825/how-to-fix-graphical-issues-with-skype-gdk-warning
2015-12-01, by Oleksandr Gavenko
Fix: Options --output, --pager and --match are forbidden in project .ackrc files.
2015-11-27, by Oleksandr Gavenko
"Power off" and "Suspend" menu entries.
2015-11-22, by Oleksandr Gavenko
Enable or disable DPMS, screen-saver menu.
2015-11-22, by Oleksandr Gavenko
Add option to _hgsyncew.
2015-11-22, by Oleksandr Gavenko
merged
2015-12-08, by Oleksandr Gavenko
Android Studio.
2015-12-08, by Oleksandr Gavenko
DPMS suspend.
2015-11-21, by Oleksandr Gavenko
~/.local/bin used by "pip install --user".
2015-10-30, by Oleksandr Gavenko
gpicview is nice viewer.
2015-10-29, by Oleksandr Gavenko
Use meta-option and remove individual properties.
2015-10-28, by Oleksandr Gavenko
Swap order to group related options together.
2015-10-28, by Oleksandr Gavenko
Fix other colors.
2015-10-28, by Oleksandr Gavenko
Bolt yellow are very hard to read on white background.
2015-10-28, by Oleksandr Gavenko
Missing dir cause error during installation.
2015-10-27, by Oleksandr Gavenko
Add pager preference to ack.
2015-10-21, by Oleksandr Gavenko
Fix NB crash as "echo xmessage" also printed because of wrong
2015-10-21, by Oleksandr Gavenko
Better color for background to differ xinit lock terminal from other.
2015-10-20, by Oleksandr Gavenko
Add background to distinct main shell.
2015-10-20, by Oleksandr Gavenko
Add error message when search for Netbeans fail.
2015-10-20, by Oleksandr Gavenko
Add preference for Iceweasel.
2015-10-20, by Oleksandr Gavenko
Make quick note on current desktop page.
2015-10-19, by Oleksandr Gavenko
chm/hlp viewer.
2015-09-18, by Oleksandr Gavenko
Ignore file extension case for dev files.
2015-09-17, by Oleksandr Gavenko
Use ~/usr/bin/ for local installations and to override /bin, but not /sbin.
2015-09-09, by Oleksandr Gavenko
history-beginning-search-backward
2015-09-04, by Oleksandr Gavenko
Execute X settings sequentially.
2015-08-17, by Oleksandr Gavenko
Fix sh syntax typo, which cause failing boot xorg.
2015-08-17, by Oleksandr Gavenko
Run more stuff in parallel. Run dependent utilities in sequence.
2015-08-13, by Oleksandr Gavenko
Disable beeping.
2015-08-11, by Oleksandr Gavenko
Enable color prompt for tmux/screen.
2015-08-03, by Oleksandr Gavenko
Make last prompt line fixed width.
2015-08-03, by Oleksandr Gavenko
Show current user as this useful then ssh'ing.
2015-08-03, by Oleksandr Gavenko
Key binding for maximising window.
2015-06-17, by Oleksandr Gavenko
Use evince for DJVU.
2015-06-15, by Oleksandr Gavenko
Show possibly executable scripts as red.
2015-03-27, by Oleksandr Gavenko
Show executable as underscored red.
2015-03-27, by Oleksandr Gavenko
Add a lot of formats.
2015-03-27, by Oleksandr Gavenko
Fallback to Readline built-in dir completion implementation to handle
2015-03-12, by Oleksandr Gavenko
Run Emacs, Firefox and Goldendict in ".xinit".
2015-02-25, by Oleksandr Gavenko
Reindent sources.
2015-02-24, by Oleksandr Gavenko
Reduced .xinit to test Fvwm in Xnest.
2015-02-24, by Oleksandr Gavenko
rebasedraft alias for rebasing unpublished changes in current branch
2015-02-24, by Oleksandr Gavenko
merge.conflictstyle diff3
2015-02-22, by Oleksandr Gavenko
Space: magic-space
2015-02-22, by Oleksandr Gavenko
Switch to built-in Readline file/directory completion capability as
2015-02-20, by Oleksandr Gavenko
pip
2015-02-20, by Oleksandr Gavenko
Reindent code.
2015-02-19, by Oleksandr Gavenko
virtualenv
2015-02-19, by Oleksandr Gavenko
Remove unused vars.
2015-02-19, by Oleksandr Gavenko
With -v javap print class version.
2015-02-05, by Oleksandr Gavenko
Get out outdated syntax for plug-in enabling.
2015-01-13, by Oleksandr Gavenko
colored-stats
2015-01-09, by Oleksandr Gavenko
No longer needs in 'e.' alias. 'e' command open files without args.
2015-01-07, by Oleksandr Gavenko
merged
2014-12-30, by Oleksandr Gavenko
Emacs command useful don't omit it.
2014-12-04, by Oleksandr Gavenko
git analog of 'hg glog'.
2014-12-27, by Oleksandr Gavenko
Use mplayer instead of vlc for video.
2014-12-20, by Oleksandr Gavenko
Use softvol-max to increase upper volume in two times.
2014-12-19, by Oleksandr Gavenko
Fix pitch when speed up playback.
2014-12-18, by Oleksandr Gavenko
Use oages for in/out command.
2014-11-28, by Oleksandr Gavenko
Push only current brunch.
2014-11-07, by Oleksandr Gavenko
Fix color definition.
2014-10-14, by Oleksandr Gavenko
Open SNES with mednafen.
2014-10-01, by Oleksandr Gavenko
Prevent screen pollution with error output.
2014-10-01, by Oleksandr Gavenko
Play SEGA with mednafen.
2014-10-01, by Oleksandr Gavenko
Detect empty LD_LIBRARY_PATH.
2014-09-26, by Oleksandr Gavenko
Disable fetch in flavor of "pull -u".
2014-09-19, by Oleksandr Gavenko
Disable transplant in flavor of graft.
2014-09-19, by Oleksandr Gavenko
Completion for mypath Bash helper.
2014-09-10, by Oleksandr Gavenko
myfind and mypath interactive bash session helper function.
2014-09-10, by Oleksandr Gavenko
Highlight path. Use it as output separator.
2014-08-27, by Oleksandr Gavenko
Enable pager extension.
2014-08-14, by Oleksandr Gavenko
merged
2014-07-22, by Oleksandr Gavenko
http://stackoverflow.com/questions/24454076/how-to-force-gradle-to-use-share-m2-repository-with-maven-system-wide/
2014-06-29, by Oleksandr Gavenko
Prevent creation of .orig files after revert.
2014-07-21, by Oleksandr Gavenko
Simplify path to my projects.
2014-05-12, by Oleksandr Gavenko
Fix XLS and DOC file handling by MC.
2014-04-02, by Oleksandr Gavenko
To removing untracked files.
2014-03-28, by Oleksandr Gavenko
To removing untracked files.
2014-03-28, by Oleksandr Gavenko
Enable rebase extantion.
2014-03-11, by Oleksandr Gavenko
merged
2014-03-06, by Oleksandr Gavenko
Fix errors when some utilities not present.
2014-03-01, by Oleksandr Gavenko
Open .shtml files.
2014-02-17, by Oleksandr Gavenko
Do not allow pull/push MQ temporary changesets.
2014-01-16, by Oleksandr Gavenko
I don't use external merge tools.
2014-01-15, by Oleksandr Gavenko
Color diff.
2014-01-15, by Oleksandr Gavenko
Get beck ClickToFocus as without it I cant move/resize/close Firefox Web
2014-01-15, by Oleksandr Gavenko
Don't bind in noninteractive mode to prevent from printing warnings:
2014-01-14, by Oleksandr Gavenko
Add datediff useful function.
2014-01-14, by Oleksandr Gavenko
Ignore whitespaces when doing source annotation.
2014-01-14, by Oleksandr Gavenko
Fix Fvwm maximize window problem with stalonetray.
2014-01-09, by Oleksandr Gavenko
Colormap is the one for the window that currently has the keyboard focus.
2014-01-09, by Oleksandr Gavenko
Move program styles below common definitions to override common defaults.
2014-01-09, by Oleksandr Gavenko
Ignore PPosition hint. Many programs set PPosition to something obnoxious like 0,0 (upper left corner).
2014-01-09, by Oleksandr Gavenko
MwmButtons
2014-01-09, by Oleksandr Gavenko
Remove ambiguous menu hot key.
2014-01-09, by Oleksandr Gavenko
Remove quotes from asterisk style name.
2014-01-09, by Oleksandr Gavenko
Use FPClick* instead of MouseFocusClickRaises
2014-01-08, by Oleksandr Gavenko
Add tray to desktop.
2014-01-08, by Oleksandr Gavenko
Add stabs to easy disable debugging.
2014-01-03, by Oleksandr Gavenko
Use short title for FvwmPager.
2014-01-03, by Oleksandr Gavenko
Group window styles configuration to common place.
2014-01-03, by Oleksandr Gavenko
Decorate transient window.
2014-01-03, by Oleksandr Gavenko
Show class and resource name in window title.
2014-01-03, by Oleksandr Gavenko
SnapAttraction SameType
2014-01-03, by Oleksandr Gavenko
Multi-monitor setup.
2014-01-03, by Oleksandr Gavenko
Add docs.
2014-01-03, by Oleksandr Gavenko
Set default font. Make title more narrow.
2014-01-03, by Oleksandr Gavenko
merged
2014-01-03, by Oleksandr Gavenko
Reorder text to show that BugOpts wasn't related to FvwmDebug module.
2014-01-02, by Oleksandr Gavenko
Enable FvwmCommandS module for FvwmCommand utility in order to user REPL in
2014-01-01, by Oleksandr Gavenko
Remove unused directory from possible image dir.
2013-12-30, by Oleksandr Gavenko
Fix spelling.
2013-12-30, by Oleksandr Gavenko
merged
2013-12-27, by Oleksandr Gavenko
Disable -gray pattern in order to prevent blinking because of LCD-insertion effect.
2013-12-27, by Oleksandr Gavenko
merged
2013-12-26, by Oleksandr Gavenko
Use new syntax for setting SVG icon size to prevent huge icons in menu.
2013-12-26, by Oleksandr Gavenko
Remove '-3' option from calendar as it conflict with year argument.
2013-12-25, by Oleksandr Gavenko
Set NPM prefix to local user directory.
2013-12-26, by Oleksandr Gavenko
Mark file as sh script for Emacs.
2013-12-26, by Oleksandr Gavenko
Use .env file as common env var settings for Bash and Zsh.
2013-12-23, by Oleksandr Gavenko
Set useful "hg diff" defaults.
2013-12-17, by Oleksandr Gavenko
Add new and update old entries.
2013-10-29, by Oleksandr Gavenko
Strip year part. Make window smaller.
2013-10-27, by Oleksandr Gavenko
Remove fontconfig. Use "dpkg-reconfigure fontconfig-config" instead.
2013-10-26, by Oleksandr Gavenko
Put empty line before bash prompt.
2013-10-26, by Oleksandr Gavenko
Rename Firefox devel profile.
2013-10-23, by Oleksandr Gavenko
Bash completion for Firefox.
2013-10-22, by Oleksandr Gavenko
Update options according to "gradle --help" with v1.4.
2013-10-17, by Oleksandr Gavenko
Add cli option handling for gradle bash-completion.
2013-10-16, by Oleksandr Gavenko
Add gradle completion.
2013-10-16, by Oleksandr Gavenko
merged
2013-10-09, by Oleksandr Gavenko
Fix: NameError: name 'codecs' is not defined.
2013-10-08, by Oleksandr Gavenko
Fix typo.
2013-09-24, by Oleksandr Gavenko
Enable daemon mode for gradle.
2013-10-07, by Oleksandr Gavenko
Use compound assignment to array instead of manual index updating.
2013-10-03, by Oleksandr Gavenko
Add trailing slash to directory in "cd" completion.
2013-10-03, by Oleksandr Gavenko
Use evince instead of xpdf to be able search Russian text.
2013-09-17, by Oleksandr Gavenko
Add prompt2 style.
2013-08-30, by Oleksandr Gavenko
Add check for tclreadline package and terminal color support.
2013-08-30, by Oleksandr Gavenko
Print current dir at prompt. Remove broken code.
2013-08-30, by Oleksandr Gavenko
Add readline and completion support to tclsh.
2013-08-29, by Oleksandr Gavenko
Add test Firefox.
2013-08-08, by Oleksandr Gavenko
Set date format and output style.
2013-08-02, by Oleksandr Gavenko
Set isql like prompt and go on semicolon.
2013-07-25, by Oleksandr Gavenko
Close window by LeftWin+F4 (delete window protocol).
2013-07-16, by Oleksandr Gavenko
Ignore num-lock as modifier.
2013-07-16, by Oleksandr Gavenko
Remove follow (-v) option as it forbid VC-mode from listening history on
2013-06-21, by Oleksandr Gavenko
Add Squirrel to menu.
2013-05-22, by Oleksandr Gavenko
Make screen larger.
2013-05-08, by Oleksandr Gavenko
Basic glhacks options.
2013-05-07, by Oleksandr Gavenko
Bind "M-Right" to 'menu-complete'. Useful in Python with readline completion
2013-03-13, by Oleksandr Gavenko
merged
2013-03-04, by Oleksandr Gavenko
Use ISO 8601 date format for "git log".
2013-02-26, by Oleksandr Gavenko
Enable '**' patttern matching. If the pattern is followed by a /, only dirs
2013-02-27, by Oleksandr Gavenko
I realise that sudo mv/cp/... commands are valuable to store in history...
2013-02-27, by Oleksandr Gavenko
merged
2013-02-15, by Oleksandr Gavenko
Colorizer for java logs...
2013-02-15, by Oleksandr Gavenko
merged
2013-02-13, by Oleksandr Gavenko
Register lisp files.
2013-02-13, by Oleksandr Gavenko
merged
2013-02-12, by Oleksandr Gavenko
html and css are svn:eol-style=native.
2013-02-11, by Oleksandr Gavenko
Setting umask before mkdir broke directories permission.
2013-01-31, by Oleksandr Gavenko
Release 'Super' key to Emacs.
2013-01-13, by Oleksandr Gavenko
Show long lines... Substitude all matches in line.
2013-01-11, by Oleksandr Gavenko
Always show statusline. Remove duplicate code.
2013-01-11, by Oleksandr Gavenko
Highlight line with cursor.
2013-01-11, by Oleksandr Gavenko
Beep instead of blink.
2013-01-11, by Oleksandr Gavenko
Add nsis type.
2012-12-12, by Oleksandr Gavenko
Remove unused parts,
2012-12-11, by Oleksandr Gavenko
merged
2012-12-01, by Oleksandr Gavenko
merged
2012-11-28, by Oleksandr Gavenko
Set colour schema for ack.
2012-11-26, by Oleksandr Gavenko
Maximise by fitting free space.
2012-12-01, by Oleksandr Gavenko
Delete target file if command fails.
2012-11-26, by Oleksandr Gavenko
Enable completion for dquilt alias.
2012-11-22, by Oleksandr Gavenko
Cycling possible completion forward and backward in place.
2012-11-22, by Oleksandr Gavenko
Add 'dquilt' alias for Debian package development.
2012-11-20, by Oleksandr Gavenko
Set variables for Debian maintenance tools.
2012-11-19, by Oleksandr Gavenko
Fix: forget export variable to environment.
2012-11-19, by Oleksandr Gavenko
Short OpenPGP keyids have been shown to be easily spoofed by another key with
2012-11-18, by Oleksandr Gavenko
Fix: gpg: failed to create temporary file `/home/user/.gnupg/.#lk0x23b70e0.desktop.22780': Permission denied
2012-11-18, by Oleksandr Gavenko
Increase security requirements.
2012-11-18, by Oleksandr Gavenko
Decrease timing to off monitor. Doesn't off it acually.
2012-11-15, by Oleksandr Gavenko
Fix syntax error.
2012-11-13, by Oleksandr Gavenko
merged
2012-11-13, by Oleksandr Gavenko
Add command aliases.
2012-11-13, by Oleksandr Gavenko
Use ISO date format.
2012-11-13, by Oleksandr Gavenko
Autostart notification daemon.
2012-11-12, by Oleksandr Gavenko
merged
2012-10-31, by Oleksandr Gavenko
Lock screen strictly when screensaver enabled.
2012-10-31, by Oleksandr Gavenko
Lock the computer by xscreensaver.
2012-10-31, by Oleksandr Gavenko
Move close, delete, destroy command in menu to top as frequency used.
2012-10-31, by Oleksandr Gavenko
* Load Emacs and Firefox automatically.
2012-10-31, by Oleksandr Gavenko
Regroup MC invocation as simultaneously MC loading resukts coredump of one of
2012-10-31, by Oleksandr Gavenko
Add user and host info to xterm title.
2012-10-22, by Oleksandr Gavenko
Fix condition syntax and add special case of '~/' path.
2012-10-22, by Oleksandr Gavenko
Add current dir to xterm title.
2012-10-22, by Oleksandr Gavenko
Add additional path for icons.
2012-10-22, by Oleksandr Gavenko
Enable storing passwords unsafe.
2012-10-22, by Oleksandr Gavenko
Move FvwmIdent comment to to as most used.
2012-10-18, by Oleksandr Gavenko
Add ability to select window for FvwmIdent when non-root window selected.
2012-10-18, by Oleksandr Gavenko
Remove SloppyFocus as transient Java dialogs lose focus as it acquire main
2012-10-16, by Oleksandr Gavenko
Fix for broken Java based GUI.
2012-10-16, by Oleksandr Gavenko
Maximise only main xpdf window. This prevent maximising of search window.
2012-10-04, by Oleksandr Gavenko
merged
2012-10-01, by Oleksandr Gavenko
Create MyDev menu.
2012-09-27, by Oleksandr Gavenko
Delete CapsLock (map to Ctrl).
2012-09-26, by Oleksandr Gavenko
Add alias for opening current directory in Emacs.
2012-09-26, by Oleksandr Gavenko
Fix spacing.
2012-10-01, by Oleksandr Gavenko
Add debugging code.
2012-10-01, by Oleksandr Gavenko
Incorporate some focus settings. Disable FvwmEvent-NewWindow as it have
2012-10-01, by Oleksandr Gavenko
Programs can focus themselves.
2012-09-29, by Oleksandr Gavenko
Fix section nmae.
2012-09-29, by Oleksandr Gavenko
Start on screen with pointer (disabled).
2012-09-29, by Oleksandr Gavenko
Move edge setting to proper place.
2012-09-29, by Oleksandr Gavenko
Set MinOverlapPlacement
2012-09-29, by Oleksandr Gavenko
If during an interactive move the window or icon comes within proximity pixels
2012-09-29, by Oleksandr Gavenko
Run Netbeans (firstly try from /opt, then from path).
2012-09-24, by Oleksandr Gavenko
Use Bash for PIPESTATUS.
2012-09-24, by Oleksandr Gavenko
Add lighty-*-mod completion.
2012-09-22, by Oleksandr Gavenko
Fix variable scope.
2012-09-22, by Oleksandr Gavenko
Remove unnecessary variable.
2012-09-21, by Oleksandr Gavenko
Switch between all windows, not only CurrentDesk.
2012-09-21, by Oleksandr Gavenko
Fix regex pattern: missing tail '$'.
2012-09-20, by Oleksandr Gavenko
Open .mobi files by fbreader.
2012-09-17, by Oleksandr Gavenko
filetype plugin on
2012-09-15, by Oleksandr Gavenko
Update syntax to new style.
2012-09-15, by Oleksandr Gavenko
Add Python settings.
2012-09-14, by Oleksandr Gavenko
Add marker to distinct .xinitrc xterm from regular.
2012-09-08, by Oleksandr Gavenko
Edit file with Emacs.
2012-09-05, by Oleksandr Gavenko
This paths contain icons that they make menus look ugly...
2012-09-04, by Oleksandr Gavenko
Add /usr/sbin and /sbin to user PATH.
2012-09-04, by Oleksandr Gavenko
Add hot-key for the some menu item.
2012-09-01, by Oleksandr Gavenko
Add proper title for xterm with htop.
2012-09-01, by Oleksandr Gavenko
Backout 3c744a766120. Placing pointer under window pass focus to it.
2012-08-31, by Oleksandr Gavenko
Add comment.
2012-08-30, by Oleksandr Gavenko
This disable ResizeOpaque, which cause frequent redrawing of applications.
2012-08-30, by Oleksandr Gavenko
Sort by focus.
2012-08-30, by Oleksandr Gavenko
less
more
|
(0)
-1000
-480
tip