Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Vim single-column spreadsheet with RPN

NotificationsYou must be signed in to change notification settings

fcpg/vim-colddeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim meets Instacalc meets Hewlett-Packard calculators

Colddeck ("Column dc") is a single-column spreadsheet usingdc forcomputations. You jot down values and formulas, one per line, and the resultis shown on the right.

Extra features:

  • References to other rows (absolute and relative)
  • Ranges
  • Aggregates (sum, min/max, average...)
  • Vim expressions (experimental)
  • Value references (experimental)

Example

asciicast

Syntax in a nutshell

  • R3: reference to row #3
  • R-1: relative reference to the row above
  • R+2: relative reference to the second row below
  • R1:R3: range of rows from #1 to #3 (insert values and number of elements)
  • R1:R3 @sum: sum of row #1 to #3 (other aggregates:@min,@max,@avg,@prod)
  • 42 # text: add "text" as a comment, while passing the value '42' todc
  • 42 ## Label: add "Label" as a right-aligned comment and hide the value orformula on its left, that is still passed todc
  • `log(2)`: vim expression (evaluated before passing theline todc)
  • $2:result of the evalutation of row #2 (must have been previouslycomputed; evaluated before passing the line todc)

Seethe documentation for full manual.

FAQ

What is it?
A single-column spreadsheet, in Vim, with postfix operators.Look ma, no Excel.

"dc", WTF?
Who doesn't love rabid panda notation?

Installation

Use your favorite method:

License

Attribution-ShareAlike 4.0 Int.

About

Vim single-column spreadsheet with RPN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp