mirror of https://github.com/rm-dr/daisy
Edited description
parent
b8bde580a3
commit
18a7d592ef
|
@ -4,7 +4,7 @@ version = "1.1.7"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
build = "buildscript/main.rs"
|
build = "buildscript/main.rs"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
description = "A high-precision terminal scientific calculator."
|
description = "A pretty TUI scientific calculator."
|
||||||
repository = "https://git.betalupi.com/Mark/daisy"
|
repository = "https://git.betalupi.com/Mark/daisy"
|
||||||
homepage = "https://git.betalupi.com/Mark/daisy"
|
homepage = "https://git.betalupi.com/Mark/daisy"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
![](./server/site/resources/readme-banner.png)
|
![](./server/site/resources/readme-banner.png)
|
||||||
|
|
||||||
A high-precision scientific calculator with support for units, derivatives, and more.
|
A pretty, general-purpose scientific calculator with support for units, derivatives, and more.
|
||||||
|
|
||||||
Many features are missing, this is still under development.
|
Many features are missing, this is still under development.
|
||||||
|
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
|
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<img id="banner" src = "resources/daisy-light.svg" alt="Daisy Banner"/>
|
<img id="banner" src = "resources/daisy-light.svg" alt="Daisy Banner"/>
|
||||||
<p>A high-precision, general-purpose scientific calculator</p>
|
<p>A pretty, general-purpose scientific calculator</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="terminal"></div>
|
<div id="terminal"></div>
|
||||||
|
|
|
@ -57,8 +57,8 @@ pub fn do_command(
|
||||||
|
|
||||||
t.push(
|
t.push(
|
||||||
concat!(
|
concat!(
|
||||||
"Daisy is a high-precision, general-purpose\n",
|
"Daisy is a pretty, general-purpose\n",
|
||||||
"scientific calculator.\n",
|
"TUI scientific calculator.\n",
|
||||||
"\n",
|
"\n",
|
||||||
" - Use Up/Down arrows to navigate history.\n",
|
" - Use Up/Down arrows to navigate history.\n",
|
||||||
" - Use Ctrl-C or Ctrl-D to quit.\n",
|
" - Use Ctrl-C or Ctrl-D to quit.\n",
|
||||||
|
|
Loading…
Reference in New Issue