Archives

Archives

741 bookmarks
Newest
Outline – Team knowledge base & wiki
Outline – Team knowledge base & wiki
A modern team knowledge base for your internal documentation, product specs, support answers, meeting notes, onboarding, & more…
·getoutline.com·
Outline – Team knowledge base & wiki
Llama Hub
Llama Hub
A hub of data loaders for GPT Index and LangChain
·llamahub.ai·
Llama Hub
Ollama
Ollama
Get up and running with large language models, locally.
·ollama.ai·
Ollama
Keyboard tricks from a macOS app dev - Alin Panaitiu
Keyboard tricks from a macOS app dev - Alin Panaitiu
This is a collection of keyboard and trackpad workflows that I accumulated over the last 7 years of using a MacBook. Here are some important abbreviations I am using in this article: | Term | Meaning | Explanation | ...
FuzzyKey
·notes.alinpanaitiu.com·
Keyboard tricks from a macOS app dev - Alin Panaitiu
DIYgod/RSSHub-Radar
DIYgod/RSSHub-Radar
🍰 Browser extension that simplifies finding and subscribing RSS and RSSHub
·github.com·
DIYgod/RSSHub-Radar
Table Convert Online
Table Convert Online
This converter is used to convert Excel (or other spreadsheets) into Markdown Table. it's also easy to make, create and generate Markdown Table online via Table Editor.
·tableconvert.com·
Table Convert Online
AnyAPI | Add AI features to your product in minutes
AnyAPI | Add AI features to your product in minutes
Use AnyAPI to query GPT3 and get ready to use JSON instead of unpredictable plain text that requires messy manual parsing. Start your next AI feature now with one AnyAPI call.
·anyapi.netlify.app·
AnyAPI | Add AI features to your product in minutes
Fuzzy search through files in Visual Studio Code
Fuzzy search through files in Visual Studio Code
Visual Studio Code already supports searching across all the project files. But let’s make searching inside them even more ergonomic and easier to use.
shell: #!/usr/bin/env bash ## # Interactive search. # [[ -n $1 ]] && cd "$1" # go to provided folder or noop export FZF_DEFAULT_COMMAND="rg --column --line-number --no-heading --color=always -- ''" selected=$( fzf \ --ansi \ --delimiter : \ --bind "f12:execute-silent:(code -g $PWD/{1..3})" \ --preview-window 'up,60%,border-bottom,+{2}+3/3,~3' \ --preview 'bat -f --highlight-line={2} {1}' | cut -d":" -f1,2,3 ) [[ -n $selected ]] && code -g "$PWD"/"$selected" For example, on macOS, you can copy the script, then run this in your terminal: pbpaste > ~/bin/rgf # ~/bin is in my $PATH chmod +x ~/bin/rgf
·vladimirzdrazil.com·
Fuzzy search through files in Visual Studio Code
All-In On AI
All-In On AI

I want to build something like this for Ruby for All

·all-in-on-ai.vercel.app·
All-In On AI