Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf authored Aug 1, 2024
1 parent e821b90 commit 570966e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
An RPN interface for the TI Nspire CX
</p>

As I really liked the rpn application for the TI-89 but could not find a usable RPN implementation for the TI nSpire, I've created rpnSpire, a powerful RPN implementation
with many features such as searchable menus, autocompletion, an application framework in lua and many many more.

## Install

Use the latest build from the *GitHub actions* and put it under `MyWidgets` on your nspire CX.
Expand All @@ -18,8 +21,6 @@ Building rpnspire depends on `luabundler` (install from `npm`) and `luna`.

## Usage

Feel free to submit PRs or ask for features and fixes 😊.

<p align="center">
<img src="https://github.com/johannes-wolf/rpnspire/blob/main/doc/rpn.gif" width="300px"></img>
</p>
Expand Down Expand Up @@ -75,8 +76,8 @@ top of the screen.
| <kbd>down</kbd> | Swap stack 1 & 2 |
| <kbd>enter</kbd> | Submit input; if empty: dup 1 |
| <kbd>tab</kbd> | Start completion for current input |
| <kbd>.</kbd><kbd>left</kbd> | Roll up beginning |
| <kbd>.</kbd><kbd>right</kbd> | Roll down end |
| <kbd>.</kbd><kbd>left</kbd> | Roll up beginning |
| <kbd>.</kbd><kbd>right</kbd> | Roll down end |

| Key | Function |
|------------------------------|---------------------------------------------------------|
Expand All @@ -93,7 +94,7 @@ top of the screen.
| <kbd>.</kbd><kbd>a</kbd> | Display apps/tool |
| <kbd>.</kbd><kbd>b</kbd> | Display bindings |
| <kbd>.</kbd><kbd>m</kbd> | Open matrix editor |
| <kbd>.</kbd><kbd>return</kbd> | Show command palette editor |
| <kbd>.</kbd><kbd>return</kbd> | Show command palette editor |


### Stack
Expand Down

0 comments on commit 570966e

Please sign in to comment.