AgrafeModel / SnippetSway

SnippetSway is a command line tool that allows you to manage your code snippets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SnippetSway SNW

SnippetSway Icon

Description

SnippetSway is a command line tool that allows you to manage your code snippets. You can add, remove, and search for snippets with ease. SnippetSway is written in CPP and uses SQLite for the database.

Table of Contents

Build

To build the project, you need to have CMake installed.

cmake -S . -B build
make -C build

Usage

Get the help message:

snippetsway -h

About

SnippetSway is a command line tool that allows you to manage your code snippets.


Languages

Language:C++ 100.0%