DEV Community

Bharathkumar
Bharathkumar

Posted on

snip - Terminal Snippet Manager

GitHub Copilot CLI Challenge Submission

This is a submission for the GitHub Copilot CLI Challenge

What I Built

snip is a CLI snippet manager that lets developers save, search, and safely execute code snippets directly from the terminal—with fuzzy search, a keyboard-first TUI, and GitHub Gist sync.

Demo

snip terminal

snip tui

copilot

My Experience with GitHub Copilot CLI

Copilot CLI was like having a senior dev sitting next to me the entire time. When I got stuck on weird sql.js errors or needed to figure out how to make the SQLite adapter work with both better-sqlite3 and the WASM fallback—Copilot just got it. Instead of alt-tabbing to Stack Overflow every 5 minutes, I'd drop a prompt right in my terminal and get usable code back.

Website

https://bharath-code.github.io/snip/
https://github.com/Bharath-code/snip

usage npm

npm i snip-manager or npm install -g snip-manager

Top comments (1)

Collapse
 
iam_pbk profile image
Bharathkumar

Kindly review and give suggestions.