All Projects → scamacho23 → liszt

scamacho23 / liszt

Licence: GPL-3.0 License
Save snippets of information quickly through the command line

Programming Languages

c
50402 projects - #5 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to liszt

electron-open-url
Open URL with Electron window from command line or Node.js program
Stars: ✭ 16 (+6.67%)
Mutual labels:  command-line-tool
yj
Command line tool that converts YAML to JSON
Stars: ✭ 62 (+313.33%)
Mutual labels:  command-line-tool
cfdns
Command line tool for manipulating DNS of CloudFlare hosted domains
Stars: ✭ 20 (+33.33%)
Mutual labels:  command-line-tool
gogs-bash
Bash Script for Interacting with the GOGS API
Stars: ✭ 31 (+106.67%)
Mutual labels:  command-line-tool
goto
Goto - The Good Way to Program
Stars: ✭ 14 (-6.67%)
Mutual labels:  command-line-tool
minimist2
TypeScript/JavaScript ES6 rewrite of popular Minimist argument parser
Stars: ✭ 20 (+33.33%)
Mutual labels:  command-line-tool
shy
💀 bare-bones ssh launcher
Stars: ✭ 51 (+240%)
Mutual labels:  command-line-tool
rotten tomatoes cli
Rotten Tomatoes CLI
Stars: ✭ 14 (-6.67%)
Mutual labels:  command-line-tool
Pomodoro-Calculator
A pretty command line tool to calculate the number of pomodoros available between two points in time.
Stars: ✭ 20 (+33.33%)
Mutual labels:  command-line-tool
nycurl
A web server that fetches data from the New York Times and formats it for display in the terminal.
Stars: ✭ 27 (+80%)
Mutual labels:  command-line-tool
logya
Logya is a static site generator written in Python designed to be easy to use and flexible.
Stars: ✭ 16 (+6.67%)
Mutual labels:  command-line-tool
editorconfig-cli
📝🔧 initialize .editorconfig in your terminal
Stars: ✭ 26 (+73.33%)
Mutual labels:  command-line-tool
Deep-Inside
Command line tool that allows you to explore IoT devices by using Shodan API.
Stars: ✭ 22 (+46.67%)
Mutual labels:  command-line-tool
hoard
cli command organizer written in rust
Stars: ✭ 71 (+373.33%)
Mutual labels:  command-line-tool
pipecolor
A terminal filter to colorize output
Stars: ✭ 17 (+13.33%)
Mutual labels:  command-line-tool
gq-gmc-control
Control tool for the GQ GMC Geiger Counters.
Stars: ✭ 34 (+126.67%)
Mutual labels:  command-line-tool
go
Go-based command-line tool for the remove.bg API
Stars: ✭ 91 (+506.67%)
Mutual labels:  command-line-tool
sample
Produce a sample of lines from files.
Stars: ✭ 17 (+13.33%)
Mutual labels:  command-line-tool
sane
make, but sane.
Stars: ✭ 15 (+0%)
Mutual labels:  command-line-tool
pganonymize
A commandline tool for anonymizing PostgreSQL databases
Stars: ✭ 20 (+33.33%)
Mutual labels:  command-line-tool

Liszt

Liszt makes it easy to jot down thoughts in the command line, and keep ideas clear in separate notes.

View Liszt documentation here

Documentation Status Build Status Language grade: C/C++ liszt license liszt release Open Source Love

Table of Contents

Installation

Please note that at the moment, Liszt is only tested on macOS, but it will build on linux.

Please also note that v1.1.8 does change some existing functionality that will cause incompatibility with the existing Liszt file system on your computer. If you already have Liszt installed, before updating to v1.1.8, please go to your ~/.liszt directory and rename the directory called 'notes' to 'main'.

Homebrew

In your terminal

$ brew tap liszt-music/liszt
$ brew install lst

These commands will install the tap of Liszt on your system and then install the executable 'lst' in /usr/local/bin.

Git Clone

In your terminal

$ git clone https://github.com/scamacho23/liszt.git
$ cd liszt 
$ cmake .
$ make
$ make install

Liszt relies on cmake for compilation and linking so we recommend having cmake installed on your system. Alternatively, the following should do the trick (we use clang but any c compiler should work):

$ git clone https://github.com/scamacho23/liszt.git
$ cd liszt 
$ clang src/main.c -o lst -g
$ ln -s lst /usr/local/bin/lst

Pkg Installer

Click on this to be redirected to the local liszt-1.1.8.pkg file. Click 'download' on the right side of the page to download the package installer.

Any issues with installation should be emailed to [email protected]

Usage

Coming soon!

Contributing to the Project

For more information, see the CONTRIBUTING.md file. This project is fully open-source. We appreciate all the help we can get and are very open to beginners and anyone interested in helping.

Community Information

There is a Slack channel for contributors. If you would like to join the channel, make a pull request and include in the comment that you would like to be added (and the email to be used for the invite).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].