Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xgensum: allow gensumming multiple templates | classabbyamp | 2023-11-02 | 1 | -1/+1 |
| | | | | | | | this should allow xgensum to checksum multiple templates at once, hopefully keeping everything isolated between template sources too exit code now counts the number of templates with errors | ||||
* | xlocate: add ability to pass certain flags to git grep | classabbyamp | 2023-08-05 | 1 | -1/+3 |
| | | | | | | | | | | | | | | implemented what I thought would be useful and made sense, namely: - `-E, --extended-regexp` - `-F, --fixed-strings` - `-G, --basic-regexp` - `-P, --perl-regexp` - `-i, --ignore-case` - `-w, --word-regexp` This will also allow for someone with `grep.patternType` or `grep.extendedRegexp` set in git's config to change the pattern type. | ||||
* | new tool: xnews | classabbyamp | 2023-07-31 | 1 | -0/+3 |
| | | | | | | | | | | employs a mechanism similar to xilog to get packages in installed order, then gets the install message for each in that order. can be filtered by a pattern in the same method as xilog. maybe there's a bit more efficient way to do this than a subshell + loop + file i/o, but I don't see it | ||||
* | Add xchangelog command | mhmdanas | 2023-03-18 | 1 | -0/+3 |
| | | | | | I didn't make the other changes to the README myself, they were simply done when I ran `make README`. | ||||
* | xmksv: add ability to create log services v0.65 | classabbyamp | 2023-02-07 | 1 | -2/+3 |
| | |||||
* | xtools.1: fix lint | Leah Neukirchen | 2023-01-31 | 1 | -1/+1 |
| | |||||
* | Isolate optional arguments in docs | Freddy List | 2023-01-31 | 1 | -20/+39 |
| | | | | Closes: #282 [via git-merge-pr] | ||||
* | xlint: improvements to lint from git index | Gonzalo Tornaría | 2022-02-20 | 1 | -1/+3 |
| | | | | | | - do not leak $tmpfile in output from scan() - indent using tabs - add new options to README | ||||
* | README: update | Leah Neukirchen | 2020-08-19 | 1 | -73/+112 |
| | |||||
* | xnew: append subpkgs | Piotr Wójcik | 2019-12-15 | 1 | -1/+2 |
| | | | | Closes: #164 [via git-merge-pr] | ||||
* | xbump: reword description | Leah Neukirchen | 2019-11-07 | 1 | -1/+2 |
| | |||||
* | xtools.1: document xvoidstrap | Leah Neukirchen | 2019-07-25 | 1 | -4/+9 |
| | |||||
* | xmindep: finish removal from documentation | Toyam Cox | 2019-06-20 | 1 | -3/+0 |
| | |||||
* | xtools.1: update link | Leah Neukirchen | 2019-03-01 | 1 | -4/+4 |
| | |||||
* | xgensum: add -c switch for generating content checksums | John | 2018-05-01 | 1 | -1/+2 |
| | | | | Closes: #90 [via git-merge-pr] | ||||
* | xpcdeps: add | maxice8 | 2018-03-16 | 1 | -0/+2 |
| | | | | Closes: #82 [via git-merge-pr] | ||||
* | xlocate: drop obsolete flag -u v0.47 | Leah Neukirchen | 2017-08-10 | 1 | -4/+4 |
| | | | | Closes #65. | ||||
* | xtools.1: typo | Leah Neukirchen | 2017-07-19 | 1 | -1/+1 |
| | | | | Fixes #63. | ||||
* | xtools.1: typo | Leah Neukirchen | 2017-05-02 | 1 | -1/+1 |
| | |||||
* | xtools.1: less screaming | Leah Neukirchen | 2017-05-02 | 1 | -4/+5 |
| | |||||
* | Makefile: generate README from manpage | Leah Neukirchen | 2017-05-02 | 1 | -54/+131 |
| | |||||
* | add xmksv | Christian Neukirchen | 2016-09-05 | 1 | -0/+1 |
| | |||||
* | README: update | Christian Neukirchen | 2016-09-05 | 1 | -1/+1 |
| | |||||
* | add xcheckmypkgs | Christian Neukirchen | 2016-07-10 | 1 | -0/+1 |
| | | | | | | Based on #45 by @diogoleal. Closes #45. | ||||
* | xlocate: add remote search-repo support v0.41 | Christian Neukirchen | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | add xbuildbarf | Christian Neukirchen | 2016-04-08 | 1 | -0/+1 |
| | |||||
* | add xrevshlib v0.37 | Toyam Cox | 2016-03-22 | 1 | -0/+1 |
| | | | | Closes: #37 [via git-merge-pr] | ||||
* | xsubpkg: add flag to only show main package | Toyam Cox | 2016-03-22 | 1 | -1/+1 |
| | | | | Closes: #37 [via git-merge-pr] | ||||
* | add xetcchanges | Christian Neukirchen | 2016-02-11 | 1 | -0/+1 |
| | |||||
* | xlocate: add experimental Git backend. v0.33 | Christian Neukirchen | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | add xpkg v0.32 | Christian Neukirchen | 2015-12-17 | 1 | -0/+1 |
| | |||||
* | add xilog | Christian Neukirchen | 2015-12-17 | 1 | -0/+1 |
| | |||||
* | update README v0.28 | Christian Neukirchen | 2015-09-23 | 1 | -1/+4 |
| | |||||
* | add xdbg | Christian Neukirchen | 2015-09-23 | 1 | -0/+1 |
| | |||||
* | add xrs | Christian Neukirchen | 2015-09-23 | 1 | -0/+1 |
| | |||||
* | add xi | Christian Neukirchen | 2015-09-23 | 1 | -0/+1 |
| | |||||
* | update README | Christian Neukirchen | 2015-07-24 | 1 | -0/+1 |
| | |||||
* | add xmypkgs | Christian Neukirchen | 2015-07-09 | 1 | -0/+1 |
| | |||||
* | add xrecent | Christian Neukirchen | 2015-06-27 | 1 | -0/+1 |
| | |||||
* | xgensum: -f to force redownload of distfiles. | Christian Neukirchen | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | add xpstree | Christian Neukirchen | 2015-06-04 | 1 | -0/+1 |
| | |||||
* | xdiff: better description. | Christian Neukirchen | 2015-05-26 | 1 | -1/+1 |
| | |||||
* | update README | Christian Neukirchen | 2015-04-24 | 1 | -0/+1 |
| | |||||
* | add xmandoc | Christian Neukirchen | 2015-04-15 | 1 | -0/+1 |
| | |||||
* | README: add xrevbump. | Christian Neukirchen | 2015-03-25 | 1 | -0/+1 |
| | |||||
* | add xnodev | Christian Neukirchen | 2015-02-10 | 1 | -0/+1 |
| | |||||
* | add xhog | Christian Neukirchen | 2015-01-13 | 1 | -0/+1 |
| | |||||
* | xlocate: use -u to create/update database. | Christian Neukirchen | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | add xdowngrade | Christian Neukirchen | 2015-01-02 | 1 | -0/+1 |
| | |||||
* | README: typo | Christian Neukirchen | 2014-11-28 | 1 | -1/+1 |
| |