SekoiaTree / fendesk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fendesk

A desktop version of fend, built using tauri. Originally almost identical to the web version, but now has several added features (see below).

TODO

Ordered by probable priority

  • Better autocomplete with variables
  • Syntax highlighting

Features

  • Exchange rates
  • Slight syntax highlighting!
  • Input hints and autocompletion! (slightly minimal currently due to library constraints)
  • Shortcuts!
    • Ctrl+W or Ctrl+D quits the program
    • Ctrl+C copies the current input (if nothing is selected)
      • This will be configurable in the future, with options like previous result, hint or input
    • Ctrl+S saves all the calculations you've run (can be limited to a certain amount) to a file. One line per calculation.
    • Ctrl+O loads a file saved that way, and runs all the calculations in it.
  • A nice UI! (mostly taken from the website)
  • A load of configurable settings for all your function needs!

Attribution: Settings cog taken from: https://game-icons.net/1x1/lorc/cog.html

About

License:Other


Languages

Language:JavaScript 32.1%Language:Rust 31.6%Language:CSS 20.9%Language:HTML 15.4%