Git Product home page Git Product logo

neoleo's Introduction

Neoleo

Lightweight curses spreadsheet based on GNU oleo.

Quick start

Keybindings work in the style of vim.

Here, C- means the Control character, M- is the mod key, which is either Alt or ESC.

Key Purpose
= Edit a cell
r Do a row command
C-c copy cell formula to clipboard
C-g cancels current operation
C-l set cell alignment left
C-q quit
C-r set cell alignment right
C-s save document
C-v paste cell formula from clipboard

Up, down, left right and delete keys should work as expected.

For further keybindings, see the man page.

Documents and examples

Neoleo installs examples in a shared directory, typically

Compiling/installing

In short (as from v10.0+), download from github, unpack if appropriate, then

cd neoleo
autoreconf -iv
./configure # adding relevant options
make
make install

Read INSTALL, which contains general instructions, plus specific instructions like compiling from git, as well as trouble-shooting. Platform-specific comments are contained in INSTALL-${platform} files. INSTALL-debian covers Debian-derived distros like Ubuntu and Mint.

Getting fancy

Neoleo comes with a "headerless" mode, where you can interact via stdin/stdout, a la ed. One command that neoleo has is tbl, for example, which prints a sheet in groff-compatible form. So you can create your spreadsheet, and create a nice PDF with it, say by typing the following from the command line:

neoleo foo.oleo -H <<<tbl 2>/dev/null | groff -t -Tascii | text2pdf >foo.pdf

Technical Reports

Technical Reports, which is mostly of interest to developers, but may have some bearing on users, so they may be advised to read them.

Links

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.