-
-
Notifications
You must be signed in to change notification settings - Fork 103
feat: add support for placeholder escaping, prep for release, misc #247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
8843146
feat: add support for placeholder escaping, prep for release, misc
kbdharun 8ad1bad
docs: update CHANGELOG
kbdharun a89e36f
chore: update README screenshot
kbdharun 8e7c894
docs: add supported platforms in the Usage section (#248)
patricedenis 36fc9ea
docs: update README usage to align with actual usage
kbdharun a1e7eaf
chore: bump release date
kbdharun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ instance/ | |
|
||
# Sphinx documentation | ||
docs/_build/ | ||
docs/man | ||
docs/man/.doctrees | ||
|
||
# PyBuilder | ||
.pybuilder/ | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
.\" Man page generated from reStructuredText. | ||
. | ||
. | ||
.nr rst2man-indent-level 0 | ||
. | ||
.de1 rstReportMargin | ||
\\$1 \\n[an-margin] | ||
level \\n[rst2man-indent-level] | ||
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
- | ||
\\n[rst2man-indent0] | ||
\\n[rst2man-indent1] | ||
\\n[rst2man-indent2] | ||
.. | ||
.de1 INDENT | ||
.\" .rstReportMargin pre: | ||
. RS \\$1 | ||
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] | ||
. nr rst2man-indent-level +1 | ||
.\" .rstReportMargin post: | ||
.. | ||
.de UNINDENT | ||
. RE | ||
.\" indent \\n[an-margin] | ||
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
.nr rst2man-indent-level -1 | ||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u | ||
.. | ||
.TH "TLDR" "1" "Jun 28, 2024" "" "tldr" | ||
.SH NAME | ||
tldr \- tldr 3.3.0 | ||
.sp | ||
Python command line client for tldr | ||
|
||
.INDENT 0.0 | ||
.INDENT 3.5 | ||
.sp | ||
.EX | ||
usage: tldr command [options] | ||
.EE | ||
.UNINDENT | ||
.UNINDENT | ||
.SH POSITIONAL ARGUMENTS | ||
.INDENT 0.0 | ||
.TP | ||
.B command | ||
command to lookup | ||
.UNINDENT | ||
.SH NAMED ARGUMENTS | ||
.INDENT 0.0 | ||
.TP | ||
.B \-v, \-\-version | ||
show program\(aqs version number and exit | ||
.TP | ||
.B \-\-search | ||
Search for a specific command from a query | ||
.TP | ||
.B \-u, \-\-update, \-\-update_cache | ||
Update the local cache of pages and exit | ||
.sp | ||
Default: False | ||
.TP | ||
.B \-p, \-\-platform | ||
Possible choices: android, freebsd, linux, netbsd, openbsd, osx, sunos, windows, common | ||
.sp | ||
Override the operating system [android, freebsd, linux, netbsd, openbsd, osx, sunos, windows, common] | ||
.TP | ||
.B \-l, \-\-list | ||
List all available commands for operating system | ||
.sp | ||
Default: False | ||
.TP | ||
.B \-s, \-\-source | ||
Override the default page source | ||
.sp | ||
Default: \(dq\X'tty: link https://raw.githubusercontent.com/tldr-pages/tldr/main/pages'\fI\%https://raw.githubusercontent.com/tldr\-pages/tldr/main/pages\fP\X'tty: link'\(dq | ||
.TP | ||
.B \-c, \-\-color | ||
Override color stripping | ||
.TP | ||
.B \-r, \-\-render | ||
Render local markdown files | ||
.sp | ||
Default: False | ||
.TP | ||
.B \-L, \-\-language | ||
Override the default language | ||
.TP | ||
.B \-m, \-\-markdown | ||
Just print the plain page file. | ||
.sp | ||
Default: False | ||
.TP | ||
.B \-\-print\-completion | ||
Possible choices: bash, zsh, tcsh | ||
.sp | ||
print shell completion script | ||
.UNINDENT | ||
.SH AUTHOR | ||
Felix Yan and tldr-pages contributors | ||
.SH COPYRIGHT | ||
2014, Felix Yan and 2014-present, tldr-pages contributors | ||
.\" Generated by docutils manpage writer. | ||
. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,7 @@ | |
|
||
setup( | ||
name='tldr', | ||
author='Felix Yan', | ||
author_email='[email protected]', | ||
author='Felix Yan and tldr-pages contributors', | ||
url='https://github.com/tldr-pages/tldr-python-client', | ||
description='command line client for tldr', | ||
long_description=Path(setup_dir, 'README.md').open().read(), | ||
|
@@ -45,12 +44,16 @@ | |
"Natural Language :: English", | ||
"Operating System :: POSIX :: Linux", | ||
"Operating System :: POSIX :: SunOS/Solaris", | ||
"Operating System :: POSIX :: BSD :: FreeBSD", | ||
"Operating System :: POSIX :: BSD :: NetBSD", | ||
"Operating System :: POSIX :: BSD :: OpenBSD", | ||
"Operating System :: MacOS :: MacOS X", | ||
"Operating System :: Microsoft :: Windows", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Topic :: Utilities", | ||
"Topic :: System" | ||
] | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.