-
-
Notifications
You must be signed in to change notification settings - Fork 101
Comparing changes
Open a pull request
base repository: tldr-pages/tldr-python-client
base: 3.3.0
head repository: tldr-pages/tldr-python-client
compare: 3.4.0
- 19 commits
- 14 files changed
- 11 contributors
Commits on Jun 29, 2024
-
chore: bump tldr snap version (#250)
Signed-off-by: K.B.Dharun Krishna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e85c9d2 - Browse repository at this point
Copy the full SHA e85c9d2View commit details -
fix/snap: specify platforms to build for and drop i386 (#251)
Signed-off-by: K.B.Dharun Krishna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26fcb81 - Browse repository at this point
Copy the full SHA 26fcb81View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bad9f77 - Browse repository at this point
Copy the full SHA bad9f77View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 784225e - Browse repository at this point
Copy the full SHA 784225eView commit details -
feat: stylize text inside backticks when appearing in example descrip…
…tion (#254) * Stylize italics in helptext using ANSI escapes * Ensure example styles are still applied and not completely reset * Remove unused import --------- Co-authored-by: K.B.Dharun Krishna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38fe118 - Browse repository at this point
Copy the full SHA 38fe118View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb63ef4 - Browse repository at this point
Copy the full SHA cb63ef4View commit details
Commits on Mar 8, 2025
-
README: fix location of
tldr.zip
(#268)The script itself is already using GitHub releases, but the readme hasn't been updated.
Configuration menu - View commit details
-
Copy full SHA for 4e2e125 - Browse repository at this point
Copy the full SHA 4e2e125View commit details
Commits on Mar 25, 2025
-
Implement option length selection with options and environment variab…
…les (#259) * Initial work on option lenght selection * Document functionality with a comment * Stricter regex * Allow for multi-option placeholders like in rsync.md * Set display with options * Fix issues * Fix tests * Fix comma * Add env variable support * shuffle order * whitespace * longform by default * New syntax and default behavior * Leave the brackets if both are requested * -o and -O for options * Update README.md * merge * Apply official option naming * Update README.md * env variables * Make it work * fix default state * Fix --short-options * Update README.md Co-authored-by: Lena <[email protected]> * Use strings instead of bools --------- Co-authored-by: Lena <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d078665 - Browse repository at this point
Copy the full SHA d078665View commit details
Commits on Mar 27, 2025
-
feat/ci: use commit hash for actions, add arm64 support to test workf…
…low (#270) * feat/ci: use commit hash for actions, add arm64 support to test workflow * feat: build snaps in arm * fu: run build-snap job only if base build job succeeds --------- Signed-off-by: K.B.Dharun Krishna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb2be0c - Browse repository at this point
Copy the full SHA bb2be0cView commit details -
feat/publish: add trusted publisher support to CI (#271)
Signed-off-by: K.B.Dharun Krishna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff2b92b - Browse repository at this point
Copy the full SHA ff2b92bView commit details -
Allow specifying a certificate bundle with TLDR_CERT (#243)
* .gitignore: ignore .envrc and .direnv/ * Add support for TLDR_CERT environmental variable Setting TLDR_CERT will use that as the certificate bundle for updates * Document TLDR_CERT in README --------- Co-authored-by: Vítor Henrique <[email protected]> Co-authored-by: CleanMachine1 <[email protected]> Co-authored-by: K.B.Dharun Krishna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5bfe14 - Browse repository at this point
Copy the full SHA b5bfe14View commit details -
fix: avoid duplicate pages information (#265)
* fix: avoid duplicate pages information Use set and then convert back to list in order to avoid duplicate page message * fix: remove unecessary casting to list
Configuration menu - View commit details
-
Copy full SHA for 1d36280 - Browse repository at this point
Copy the full SHA 1d36280View commit details -
Only require colorama on Windows (#266)
Co-authored-by: K.B.Dharun Krishna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a565b0 - Browse repository at this point
Copy the full SHA 1a565b0View commit details -
feat: add
--clear-cache
option (#249)* feat : add clear_cache feature - add clear_cache function to clear the local cache for files and directories across languages - add the parser link to the function * README: add description for --clear-cache option and minor fixes * feat: use `shutil.rmtree` to remove cache --------- Signed-off-by: K.B.Dharun Krishna <[email protected]> Co-authored-by: K.B.Dharun Krishna <[email protected]> Co-authored-by: Vitor Henrique <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d51239f - Browse repository at this point
Copy the full SHA d51239fView commit details -
feat: extend testing CI, drop Python 3.8 *& PyPy 3.9, separate build …
…and publish jobs in publish workflow (#272) Signed-off-by: K.B.Dharun Krishna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c01fd45 - Browse repository at this point
Copy the full SHA c01fd45View commit details -
feat: migrate setup.py to pyproject (with hatch backend), update pack…
…age metadata and update publish workflow (#273) Signed-off-by: K.B.Dharun Krishna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0fe8b0c - Browse repository at this point
Copy the full SHA 0fe8b0cView commit details -
feat: add a testing snapcraft config to test commits instead of pulli…
…ng version tags (#274)
Configuration menu - View commit details
-
Copy full SHA for 0a617e1 - Browse repository at this point
Copy the full SHA 0a617e1View commit details -
fix: configure snapcraft to build from git on main branch and limit j…
…ob to it (#275) This commit fixes the snap workflow which till now ran the same build from existing tag regardless of the workflow/branch that triggered it. Now, I have updated to build with git for the default main branch.
Configuration menu - View commit details
-
Copy full SHA for 3661908 - Browse repository at this point
Copy the full SHA 3661908View commit details
Commits on Mar 28, 2025
-
feat: update for v3.4.0 release (#269)
Signed-off-by: K.B.Dharun Krishna <[email protected]> Co-authored-by: K.B.Dharun Krishna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49d71cc - Browse repository at this point
Copy the full SHA 49d71ccView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.3.0...3.4.0