2024-Q4

269 bookmarks
Custom sorting
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
Master VS Code - The Fast Way To Learn VS Code
Master VS Code - The Fast Way To Learn VS Code
Master VS Code is a complete video course for learning VS Code. This course will help boost your productivity and have more fun while coding.
·learn.vscode.one·
Master VS Code - The Fast Way To Learn VS Code
Examples - OpenAI API
Examples - OpenAI API
You will be provided with Python code, and your task is to calculate its time complexity.
·platform.openai.com·
Examples - OpenAI API
The Ultimate Interactive JQ Guide
The Ultimate Interactive JQ Guide
Learn how to search, query, and modify JSON data with 25 interactive jq examples and explanations
·ishan.page·
The Ultimate Interactive JQ Guide
Notion AI Prompts
Notion AI Prompts
notes for software engineers getting up to speed on new AI developments. Serves as datastore for https://latent.space writing, and product brainstorming, but has cleaned up canonical references und...
·github.com·
Notion AI Prompts
skrider/dotfiles
skrider/dotfiles
Interesting aliases for searching with fd and fzf.
·github.com·
skrider/dotfiles
Aerospace Tiling Window Manager Extension for Alfred
Aerospace Tiling Window Manager Extension for Alfred
alfred-aerospace Aerospace Tiling Window Manager Extension for Alfred Usage Currently only commands which do not require options are working, such as: flatten-workspace-tree fullscreen macos-native-fullscreen reload-config enable close close-all-but-current .... Contribution is needed Read about ...
·alfredforum.com·
Aerospace Tiling Window Manager Extension for Alfred
Convert Markdown to JSON API
Convert Markdown to JSON API
This API lets you upload and transform `Markdown` data to `JSON` format. This API is ideal for developers working on content management systems, static site generators, or any application where content is frequently converted from Markdown to a more structured format for further processing or display. It's particularly beneficial for projects requiring automated content analysis, content migration between platforms, or integration of Markdown content into data-driven applications, where JSON's structure can be easily utilized programmatically. Try out the Markdown to JSON API in the API playground for free, improve your document workflow, and reduce JSON conversion errors with a simple API call.
·apyhub.com·
Convert Markdown to JSON API
ClearlyDefined Docs
ClearlyDefined Docs
All of the ClearlyDefined data is available for everyone to see and use. You can browse and inspect in a convenient web ui or hook up a client to the REST API and integrate it into your systems.
·docs.clearlydefined.io·
ClearlyDefined Docs
Readwise Reader API
Readwise Reader API
Grow wiser and retain books better: Readwise sends you a daily email resurfacing your best highlights from Kindle, Instapaper, iBooks, and more.
·readwise.io·
Readwise Reader API
Design Spells · Design details that feel like magic
Design Spells · Design details that feel like magic
Discover micro-interactions, easter eggs, and other seemingly extra design details that infuse life, personality, and fun back into the web.
·designspells.com·
Design Spells · Design details that feel like magic
The Brand & Logo API | Brand.dev
The Brand & Logo API | Brand.dev
The brand api for customizing online experiences. Get logos, colors, fonts, and more from any domain via API in seconds.
·brand.dev·
The Brand & Logo API | Brand.dev
🧑‍🎨 GPT Stylist Prompts
🧑‍🎨 GPT Stylist Prompts
Created by @refiredesign We hope that you find this useful 🙌  Check out our Figma & FigJam plugin – GPT Stylist, it's free! We hope it'll make your design journey a little easier and more fun. Keep up with the latest news on GPT Stylist and Refire Design by following us on social media: Twitter, LinkedIn, YouTube, and TikTok ❤️ We plan to upgrade the library regularly, so we’d appreciate you sharing feedback on Twitter, ProductHunt, or in Figma Community ✨
·refire.notion.site·
🧑‍🎨 GPT Stylist Prompts