Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Thefuck Alternatives
Similar projects and alternatives to thefuck
-
ohmyzsh
🙃 A delightful community-driven (with 2,200+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
httpie
🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. (by httpie)
-
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
-
poe-archnemesis-scanner
Tool for Path of Exile game to automatically scan Archemesis inventory and display related information
-
Warp
Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
-
-
starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
-
-
-
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
thefuck reviews and mentions
-
Proof of Concept: Local LLM to execute terminal comands (Here GPT-2)
Now I want a thefuck implementation via uncensored LLMs.
- better than admitting I'm too too lazy to correct the command
-
How to start a Go project in 2023
>spellcheck on commands
I prefer to just type "fuck":
-
What's everyone working on this week (21/2023)?
I am starting to learn Rust and I am starting to implement the fuck CLI tool in Rust. Do you think this is a good use of my learning time?
-
CLI to convert natural language to terminal commands
https://github.com/nvbn/thefuck has been doing something vaguely equivalent for years. The default mode has it prompt you with the suggested command before proceeding, but plenty of people have it go ahead automatically.
-
?? eshell command
👀 we can wire ?? to anything. Candidates?M-x doctor? https://github.com/nvbn/thefuck?
-
CLI tool to fix command line errors with ChatGPT
I took some inspiration from this(https://github.com/nvbn/thefuck) CLI tool I was introduced some years ago, which helps fix common errors in your cli command like misstype or need sudo. So my CLI does fetch the last command run, rerun it and fetch the stderr to be feed into ChatGPT for help.
- Every single time
-
Show HN: CLI tool to fix command line errors with ChatGPT
I built this CLI tool to fix command line errors with ChatGPT. When you hit an error on your command line, get immidiate help and fix from ChatGPT.
If we are familiar with what we are doing, fixing command line errors is straightforward. But there are time I face errors I never seen before. Its hard searching for answer for this kind of errors in SO or google. Sometimes the error might have many different reasons and search results shows many solutions. Many hours passed and I usually gets frustrated.
I feel making ChatGPT to be the initial debugger to guide whats the error means and what should I look for to fix this error.
I took some inspiration from this(https://github.com/nvbn/thefuck) CLI tool I was introduced some years ago, which helps fix common errors in your cli command like misstype or need sudo. So my CLI does fetch the last command run, rerun it and fetch the stderr to be feed into ChatGPT for help.
I am looking to see if anyone find it helpful since I have been using it lightly and only when I hit errors. So of you can try it out when you face errors and share how helpful its solution is. Also open to see if anyone has idea to improve the prompt or how it works.
Please note: dont use it with any commands that’s destructive because it would rerun the command. Also dont use with command that contains sensitive information like security tokens etc.
-
Where can I find trending Linux packages?
And thank you for asking this. TIL-About thefuck
-
A note from our sponsor - Onboard AI
getonboard.dev | 9 Dec 2023
Stats
nvbn/thefuck is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of thefuck is Python.