Coder Social home page Coder Social logo

lgtm-migrator / liszt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scamacho23/liszt

0.0 0.0 0.0 1.59 MB

Save snippets of information quickly through the command line

Home Page: https://liszt.readthedocs.io

License: GNU General Public License v3.0

C 99.87% CMake 0.13%

liszt's Introduction

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

Please note that all functions listed below require lst before the command.

Command Function
-a <note title> Add a new note
-r <memory index> Remove memory at specified index
<memory content> Add a new memory in current note
-ch Change to a different note
-rn Rename note
-rm Remove note
-ar Archive note
-unar Unarchive note
-in Import note
-ex Export note
-dp Duplicate note
-mg Merge notes
-c Copy memory
-h <function handle> Get help for a specific function

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).

liszt's People

Contributors

scamacho23 avatar ebatelaan avatar guyeternal avatar jmprathab avatar supremestdoggo avatar pointbazaar avatar adelfranco avatar amildahl avatar jcustin avatar ashishjayamohan avatar bwoltz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.