]> ruderich.org/simon Gitweb - fcscs/fcscs.git/history - bin/fcscs
Update documentation
[fcscs/fcscs.git] / bin / fcscs
2017-11-20 Simon RuderichUpdate documentation master
2017-07-01 Simon RuderichUpdate copyright years
2016-06-27 Simon RuderichUpdate documentation
2016-06-27 Simon RuderichUpdate comments
2016-06-27 Simon RuderichMove Screen::die to the end of the class
2016-02-12 Simon Ruderichfix typo in comment
2016-02-12 Simon Ruderichuse helper function to reduce duplication in mappings
2016-02-12 Simon Ruderichuse helper function to reduce duplication in mappings
2016-02-12 Simon Ruderichminor documentation fixes
2016-02-11 Simon Ruderichadd missing path handler config
2016-02-05 Simon Ruderichadd missing ; in example
2016-02-01 Simon Ruderichupdate indentation
2016-02-01 Simon Ruderichadd checksum mode (mapped to c)
2016-02-01 Simon Ruderichuse $screen->die instead of die when loading user config
2016-02-01 Simon Ruderichremove old Fcscs::debug() wrapper
2016-02-01 Simon Ruderichadd Y (mapping_yank_now) and P (mapping_paste_now)...
2016-02-01 Simon Ruderichdebug: enable autoflush
2016-02-01 Simon Ruderichmultiple documentation improvements
2016-02-01 Simon Ruderichadd missing "or die $!;"
2016-02-01 Simon Ruderichallow yanking to X11 selection with new yank_x11 option
2016-01-29 Simon Ruderichrun_in_background: redirect to /dev/null instead of...
2016-01-29 Simon Ruderichrun_command: remove unused argument $config
2016-01-28 Simon Ruderichadd IP mode (mapped to i)
2016-01-28 Simon Ruderichfix typo in documentation
2016-01-28 Simon Ruderichmapping_mode_search: add debug output
2016-01-28 Simon Ruderichsearch mode: fix prompt drawing when aborting selection...
2016-01-28 Simon Ruderichfix indentation
2016-01-28 Simon Ruderichfix indentation in documentation
2016-01-28 Simon Ruderichfix typo in comment
2016-01-28 Simon Ruderichfix typo in documentation
2016-01-28 Simon Ruderichadd alternative_return setting as additional return...
2016-01-28 Simon Ruderichextend_match: replace "^" mapping with "0"
2016-01-28 Simon Ruderichadd match_last attribute to color last match
2016-01-28 Simon Ruderichfix indentation
2016-01-28 Simon Ruderichfix crash when pressing enter after select mode with...
2016-01-28 Simon Ruderichnote opening URLs can leak them to other users
2016-01-27 Simon RuderichScreen::draw_prompt(): add debug() calls
2016-01-27 Simon Ruderichrun_command(): encode arguments inside run_command()
2016-01-27 Simon RuderichScreen::debug(): encode arguments
2016-01-27 Simon Ruderichmove debug() to Screen class
2016-01-26 Simon Ruderichsimplify $var->{..}->{..} to $var->{..}{..}
2016-01-24 Simon Ruderichminor documentation improvements
2016-01-24 Simon Ruderichadd short overview to usage documentation
2016-01-24 Simon Ruderichdocument modes
2016-01-24 Simon Ruderichallow extending a match after search mode
2016-01-24 Simon Ruderichwrite debug output to ~/.config/fcscs/log
2016-01-24 Simon Ruderichexpose debug to config API
2016-01-24 Simon Ruderichcleanup handler selection
2016-01-23 Simon Ruderichsupport $match->{handler} to overwrite handler for...
2016-01-23 Simon Ruderichhandler_paste: print URL in debug output
2016-01-23 Simon Ruderichreplace $match->{url} with $match->{value} which is...
2016-01-23 Simon Ruderichmake handlers configurable via $config{handler}{..}
2016-01-23 Simon Ruderichadd missing match group in regex config example
2016-01-23 Simon Ruderichfix match drawing if match group doesn't start at the...
2016-01-23 Simon Ruderichrun_in_background: fix execution when debug mode is...
2016-01-23 Simon Ruderichinitial commit