lispread

command module
v0.0.0-...-f9a8b3a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2023 License: MIT Imports: 22 Imported by: 0

README

Lispread - Lisp/Spread

This is the fork of csview that supports gmnlisp code in the cell.

sample.png

Functions

  • (rc R C) ... refer the cell value at R:C as string
  • (rc% R C) ... refer the cell value at R:C as integer
  • (rc! R C) ... refer the cell value at R:C as float
  • (sum% R1 C1 R2 C2) ... the sum of the cells between R1:C1 and R2:C2 as integer
  • (sum! R1 C1 R2 C2) ... the sum of the cells between R1:C1 and R2:C2 as float

R:C is the relative address (row and column number) from the current cell.

Readline with SKK[^SKK]

When the environment variable GOREADLINESKK is defined, go-readline-skk is used.

  • Windows
    • set GOREADLINESKK=SYSTEMJISYOPATH1;SYSTEMJISYOPATH2...;user=USERJISYOPATH
    • (example) set GOREADLINESKK=~/Share/Etc/SKK-JISYO.L;~/Share/Etc/SKK-JISYO.emoji;user=~/.go-skk-jisyo
  • Linux
    • export GOREADLINE=SYSTEMJISYOPATH1:SYSTEMJISYOPATH2...:user=USERJISYOPATH

[^SKK]: Simple Kana to Kanji conversion program. One of the Japanese input method editor.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL