about summary refs log tree commit diff
path: root/xtools.1
Commit message (Collapse)AuthorAgeFilesLines
* xls: show tree(1)-style output if called as xtreeclassabbyamp2024-02-071-0/+8
| | | | Closes: #321 [via git-merge-pr]
* xgensum: allow gensumming multiple templatesclassabbyamp2023-11-021-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 grepclassabbyamp2023-08-051-1/+7
| | | | | | | | | | | | | | 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: xnewsclassabbyamp2023-07-311-0/+2
| | | | | | | | | | 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 commandmhmdanas2023-03-181-0/+2
| | | | | 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.65classabbyamp2023-02-071-2/+6
|
* xtools.1: fix lintLeah Neukirchen2023-01-311-3/+4
|
* Isolate optional arguments in docsFreddy List2023-01-311-19/+49
| | | | Closes: #282 [via git-merge-pr]
* xtools.1: tweaksLeah Neukirchen2023-01-251-6/+1
|
* xrevbump: various improvementsclassabbyamp2022-10-231-2/+4
| | | | | | | | | | | | - commit all tracked files in srcpkgs/$pkgname/ instead of just template - don't increment revision if the user has already done it - this also handles cases where committing fails, which now prints a message (two failure modes I have encountered: commit signing fails, pre-commit hook fails (I run `xlint` in one)) - allow addition of flags to the `git commit` invocation with `xrevbump MESSAGE TEMPLATES... -- COMMIT_ARGS` - use more bashisms to make things a bit neater - update manpage/usage
* xpkgdiff: improve cross functionalityclassabbyamp2022-09-041-1/+5
| | | | | adds `-R` and `-a` to make it easier to handle cross, but still support setting XBPS_TARGET_ARCH directly.
* New tool: xpkgdiffclassabbyamp2022-03-251-0/+24
| | | | Closes: #232 [via git-merge-pr]
* xlint: improvements to lint from git indexGonzalo Tornaría2022-02-201-1/+11
| | | | | | - do not leak $tmpfile in output from scan() - indent using tabs - add new options to README
* xlocate: add warning when using xbps-query.Érico Rolim2020-08-161-2/+2
| | | | | | | | | Also: - Fix some indentation. - Add notes about -g and -S options in manual Closes: #194 [via git-merge-pr]
* xlint: accept pkgname as well as path to template. v0.60Érico Rolim2020-07-251-1/+1
| | | | Makes it possible to call xlint as: `xlint 0ad`.
* xtools.1: Modify to fix layout when displayed with mandoc man.cgi.Alexis2020-07-231-136/+53
| | | | Closes: #187 [via git-merge-pr]
* xtools.1: move xpcdeps and add xchroot v0.59Érico Rolim2020-05-201-4/+9
| | | | Closes: #183 [via git-merge-pr]
* xnew: append subpkgsPiotr Wójcik2019-12-151-0/+6
| | | | Closes: #164 [via git-merge-pr]
* xbump: reword descriptionLeah Neukirchen2019-11-071-1/+1
|
* xtools.1: document xvoidstrapLeah Neukirchen2019-07-251-4/+10
|
* xmindep: finish removal from documentationToyam Cox2019-06-201-4/+0
|
* xpkg: add -r rootdir v0.56Leah Neukirchen2019-04-171-0/+3
|
* xtools.1: update linkLeah Neukirchen2019-03-011-1/+1
|
* xgensum: add -c switch for generating content checksumsJohn2018-05-011-0/+3
| | | | Closes: #90 [via git-merge-pr]
* xpcdeps: addmaxice82018-03-161-0/+4
| | | | Closes: #82 [via git-merge-pr]
* xlocate: drop obsolete flag -u v0.47Leah Neukirchen2017-08-101-3/+1
| | | | Closes #65.
* xtools.1: typoLeah Neukirchen2017-07-191-1/+1
| | | | Fixes #63.
* xtools.1: typoLeah Neukirchen2017-05-021-1/+1
|
* xtools.1: less screamingLeah Neukirchen2017-05-021-4/+4
|
* add xtools.1Leah Neukirchen2017-05-021-0/+261
Based on a version by Brandon Wilson.