All Projects → pouyakary → Nota

pouyakary / Nota

Licence: MPL-2.0 license
A calculator with a beautiful interface for the Terminal, Including unicode-based charting and rich mathematical notation rendering

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to Nota

TextGraphic
TextGraphic is a framework for creating Textual Graphics. It provides layers, styling, rich color, text justification, layouts, tables, view-ports, transparency, etc.
Stars: ✭ 83 (+84.44%)
Mutual labels:  kary-framework, kary-comments
croatoan
Common Lisp bindings for the ncurses terminal library.
Stars: ✭ 111 (+146.67%)
Mutual labels:  text-user-interface, command-line-interface
rpn
Command-Line RPN Calculator
Stars: ✭ 22 (-51.11%)
Mutual labels:  calculator
all-seeing-bot
Repl.it discord moderation bot
Stars: ✭ 73 (+62.22%)
Mutual labels:  repl
util
封装了一些Java常用的功能
Stars: ✭ 19 (-57.78%)
Mutual labels:  calculator
solidity-shell
An interactive Solidity Shell
Stars: ✭ 434 (+864.44%)
Mutual labels:  repl
robotframework-debuglibrary
A debug library for RobotFramework, which can be used as an interactive shell(REPL) also.
Stars: ✭ 96 (+113.33%)
Mutual labels:  repl
menu-calc
A calculator for Rofi/dmenu(2)
Stars: ✭ 45 (+0%)
Mutual labels:  calculator
hellocalc
HelloCalc is a programable calculator for Android created with JavaFX.
Stars: ✭ 23 (-48.89%)
Mutual labels:  calculator
kafka-cluster-size-calculator
An Apache Kafka cluster size calculator
Stars: ✭ 36 (-20%)
Mutual labels:  calculator
tinker-zero
Bridge laravel/tinker for your laravel-zero applications
Stars: ✭ 39 (-13.33%)
Mutual labels:  repl
d3-fdg-svelte
d3 Force Directed Graph example (d3-force) implemented in sveltejs. REPL:
Stars: ✭ 31 (-31.11%)
Mutual labels:  repl
fcal
Extensive math expression evaluator library for JavaScript and Node.js
Stars: ✭ 86 (+91.11%)
Mutual labels:  calculator
cicada
Cicada Language
Stars: ✭ 9 (-80%)
Mutual labels:  repl
eqn
A gem to evaluate mathematical equations.
Stars: ✭ 32 (-28.89%)
Mutual labels:  calculator
quac
Quoine Exchange API Console
Stars: ✭ 14 (-68.89%)
Mutual labels:  repl
klipse-repl
Beginners friendly Clojure REPL
Stars: ✭ 44 (-2.22%)
Mutual labels:  repl
klisp
A Lisp written in about 200 lines of Ink, featuring an interactive literate programming notebook
Stars: ✭ 28 (-37.78%)
Mutual labels:  repl
composer-repl
A REPL for PHP built into Composer (using PsySH)
Stars: ✭ 81 (+80%)
Mutual labels:  repl
fend
Arbitrary-precision unit-aware calculator
Stars: ✭ 64 (+42.22%)
Mutual labels:  calculator

Nota Language

Nota is a nice terminal calculator with rich notation rendering and a nice language. It gives you a beautiful language that is readable and easy to type and then renders your input into a beautiful notation with result:

Installation

Automatic Installation

To automatically install nota via either of these:

curl -sSL https://kary.us/nota/install.sh | sh
wget -qO- https://kary.us/nota/install.sh | sh

Manual Installation

First you should have GNU Make and Haskell Stack installed. Then you have to run these commands within your terminal to install nota. This will give you the command nota that you can run

git clone http://codes.kary.us/nota/nota.git
cd nota
make install

Documentation

Please visit Nota's website!

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