Never look up a block of code twice
BitFuel is a VSCode Extension and CLI tool that allows you to store code snippets and cli commands in the cloud where you can retrieve them in plain english, wherever you might be coding.
BitFuel is not autocomplete - we built it on top of strong natural language understanding routines that learn your commands as they are unique to you and the way you describe things. Autocomplete engines suffer from learning the patterns of the masses on the web in a web crawl - the same problem you have when you search the web for a post articulating the command you once remembered.
BitFuel is not an alias - it matches your descriptions intelligently, so you don't need to remember things exactly.
Visit the us on VSCode Marketplace
Execute commands in VsCode with cmd + shift + p
-> type your command -> and hit enter.
bitfuel login
- visit your settings page on our website to generate a token unique to your account.
bitfuel save
- highlight your code and save it with a description of what the command means to you.
(you can also right click the highlighted text to execute this command)
bitfuel get
- provide a description of the code snippet you are looking for and retrieve it
Install with npm install bitfuel
and Never look up a command twice
https://github.com/bitfuel-ai/bitfuel-cli https://www.npmjs.com/package/bitfuel