| ▲ | Typo – New CLI tools, Auto-correct mistyped shell commands(github.com) | |
| 2 points by yuluo-yx 5 hours ago | 1 comments | ||
| ▲ | yuluo-yx 5 hours ago | parent [-] | |
TheFuck is an excellent project that has helped me resolve many issues caused by typos. However, due to the project's community ceasing maintenance and failing to respond to user feedback in a timely manner—combined with installation dependencies tied to specific Python versions—I decided to develop my own solution. I created a project named Typo using Go. It relies on only one third-party library, is built upon the Go SDK, and stores command configurations in a JSON file. Typo is not merely a port or clone of TheFuck; it was built from scratch and employs a different approach to fixing command-line errors. I invite everyone to try it out and provide feedback. I spent three weeks developing the project and have already resolved several known issues. The project emphasizes simplicity, striving to implement features using the most intuitive and straightforward code possible. | ||