summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-24 15:13:56 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-24 15:14:25 -0700
commit1a18145d77b1605dab2d1b1cd18a8cf940ea489c (patch)
tree8c7cda9d270d1db83f4c8f75ebfe46c4fc900f12
parent8395006cb0fa8852f21b9d423cd85b5b562bad8d (diff)
Update cargo metadata
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml9
-rw-r--r--TODO.md8
3 files changed, 14 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e87755a..c447442 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1805,7 +1805,7 @@ checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
[[package]]
name = "so"
-version = "0.1.0"
+version = "0.3.1"
dependencies = [
"clap",
"crossterm",
diff --git a/Cargo.toml b/Cargo.toml
index 6443c85..24c1ebb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,13 @@
[package]
name = "so"
-version = "0.1.0"
+version = "0.3.1"
+license = "MIT"
+description = "A terminal interface for StackOverflow"
+readme = "README.md"
+homepage = "https://github.com/samtay/so"
+repository = "https://github.com/samtay/so"
+keywords = ["cli", "tui", "stackoverflow", "stackexchange"]
+categories = ["command-line-utilities"]
authors = ["Sam Tay <sam.chong.tay@gmail.com>"]
edition = "2018"
diff --git a/TODO.md b/TODO.md
index 992f2d6..04cd41f 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,5 +1,10 @@
# TODO
+1. Use trust to make cross platform binaries
+2. Make an example GIF
+3. Shore up the README
+4. Add license file
+
### Endless future improvements for the TUI
3. Small text at bottom with '?' to bring up key mapping dialog
1. Init with smaller layout depending on initial screen size.
@@ -31,9 +36,6 @@ BLOCK_INDICATORS = (
)
```
-#### distribution
-1. oh game over [dawg](https://github.com/japaric/trust)
-
#### ideas
5. Add sort option, e.g. relevance|votes|date
8. Keep track of quota in a data file, inform user when getting close?