Mercurial
Mercurial
>
skel
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-120
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.
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
less
more
|
(0)
-120
tip