mathiasbynens / mathiasbynens/dotfiles
`urlencode` is only compatible with Py2
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 31.5k
- Forks
- 8.4k
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/mathiasbynens/dotfiles/issues/470#issuecomment-1541346659
Why not update it?
BTW, here's my implementation
```py
alias urlencode='python3 -c "from sys import argv; from urllib.parse import quote_plus as q; print(q(argv[1]))"'
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the dotfiles for the current `urlencode` alias and inspect how it invokes Python. Compare it with the Python 3 implementation shown in the issue, then verify that the alias works with a representative argument and no longer depends on Python 2.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, shell
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100