0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Sep 08, 2024 — Sep 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* ZSH - Very significant speedup by not refreshing the prompt when not needed (it'd be possible to have non-noticeable latency by detaching the update process) More... almost 16 years ago
* ZSH - quota does not fail where the is no file in a directory More... almost 16 years ago
Merge branch 'master' of [email protected]:Arkanosis/Arkonf More... almost 16 years ago
* ZSH - Aptitude full upgrade More... almost 16 years ago
* ZSH - Translated almost every module from sh to zsh - Replaced many aliases by functions - When using history-incremental-patter-search, matches are highlighted - Big work on code quality, bug may have been introduced - Added the highlight module for interactive syntax highlighting (still a lot of work to do, for now, only matching quotes, parenthesis... are highlighted) - Using offline cache for the monitor module ; there is no communication channel between the monitor subprocess and the shell, so the prompt is not yet updated - rv now works recursively - Replaced regex-edit with sed-line with is simpler and more powerful * Emacs - C-c b kill whole line * Vim - Using UTF8 encoding by default - Updated lcs_space patch to the version submited on vimdev More... almost 16 years ago
* Tools-src - Added bdiff to diff huge files (several gigabytes) - Added canonicalize to replace readlink -f on FreeBSD * Emacs - C-F12 goes to previous error (for systems where F11 is catched by the WM) * Vim - Added patch to support "space" as argument for listchars * ZSH - Started new autocompletion for the svnmerge command More... almost 16 years ago
* Firefox - Higher contrast and mouseover in Google Reader * ZSH - Autocomplete files in $fignore if there is no other possible completion * Vim - Highlighting the current line * Emacs - Ctrl+F10 to kill compilation More... almost 16 years ago
* ZSH - Backup for directories - Added monitor module to display an alert in prompt on monitored webpages changes (experimental, no https support for now) - Exec in screen changes the tab name to the name of the executed program - Improved / and /r More... almost 16 years ago
* Vim - Deletion works everywhere - Display spaces as middle-dots (requires my custom patch) - Smartcase incremental search (like in emacs) - No wordwrap - New tab shortcuts - Switching between headers and sources - CTags bindings - Delete-trailing-whitespaces (like in emacs, but better, since it doesn't remove whitespaces in signatures * Emacs - hostname function for host specific functionalities More... almost 16 years ago
* Emacs - Switching between source and headers More... almost 16 years ago
Merge branch 'master' of [email protected]:Arkanosis/Arkonf More... almost 16 years ago
* ZSH - LS_COLOR for php files More... almost 16 years ago
* ZSH - Started replacement of aliases with functions (aliases are not that great, in the end) - Typing / as first character also adds a space, so it's natural to use it as a search function (like in less, vi(m)...) - Started to rewrite the whole conf in zsh (instead of sh), because it's a great language, including : - Non-expanding variables (no need for quotes) - Real tests with [[ ]] - Real arithmetics with (( )) - Globbing comparison operators - Lazy globbing expansion - Unboud alt+t so that it can be used to type the command *after* the arguments (yeah! I often know on what I want to do something before knowing what I want to do on it. You don't?) - SHELL=zsh (mainly for screen) - precmd updates the screen statusbar - Great /r to search in given files - co for Git More... almost 16 years ago
* Vim - Key bindings for tabs * Install - Installing screen configuration More... almost 16 years ago
* Screen - Added screen configuration More... almost 16 years ago
* Vim - Display tabs and trailing whitespaces * Install - Fixed conflict More... almost 16 years ago
* Vim - Smart indentation, line numbers, incremental case-insensitive search... * ZSH - ze for configuration files other than ZSH - Added zt (not yet added zm and zc) More... almost 16 years ago
* Emacs - Displacement shortcuts on home-row * ZSH - New tips - >>> as an abrev for >&| as it is 10 times faster to type - Shift-tab on *.ext opens a menu where tab expands - Each appearance of the prompt resets the terminal, if broken by binary output More... almost 16 years ago
* ZSH - Better git prompt More... almost 16 years ago
* ZSH - Fixed support for git with no commit More... almost 16 years ago
Merge branch 'master' of [email protected]:Arkanosis/Arkonf More... almost 16 years ago
* ZSH - Support for git repositories with no commit - Apache support More... almost 16 years ago
Merge branch 'master' of [email protected]:Arkanosis/Arkonf More... almost 16 years ago
* ZSH - Improved bookmarks system (bookmarks listing + autocompletion) - Removed useless code and comments - Using canonicalize instead of readlink -f (source will be included later, for FreeBSD compatibility) - Using gsed, gawk and gmake when available (for FreeBSD) - Added magic-tab: when the command line is empty, tab has the same effect than ls. No I miss no more feature from tcsh. Great. *Really*. - Added hx, ctd, ~abin, ~alib, /r (like / or search, but only on some files, based on globbing criteria) - Using vim everywhere if emacs is not installed (I'll switch to it one day or another, so...) - Red prompt when root - Arkinstall + completion for later installation of bdiff, canonicalize... More... almost 16 years ago
Merge branch 'master' of [email protected]:Arkanosis/Arkonf More... almost 16 years ago
* Install - Installing the Xmonad configuration More... almost 16 years ago
* Vim - First configuration file, already better than emacs for some things * ZSH - Added xz support to arc - Larger coverage of file extensions - Platform-specific path (for non-portable binaries) - Clean doesn't fail on expansion anymore - Some refactors (shorter code), sometimes using metaprog (yeah!) - Lots of "quality" and "safety" improvements - Removed lots of useless comments - Using local variables whenever possible More... almost 16 years ago
* ZSH - Much better approach for the cd preview More... almost 16 years ago
* ZSH - Fixed fsm More... almost 16 years ago
* Cosmetics More... almost 16 years ago