summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2021-04-11 23:06:39 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2021-04-11 23:06:39 +0200
commitb0b37a84e478ada5f87674998b572c33e7b4c93d (patch)
tree5a7a9cca8e37ba5cb0ee79976eec04fac5788312
parente5c1fa4ae9d64b1650afe1a3eed5ae7b701b3cf1 (diff)
cleanup cargo deplymentv0.14.0
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
-rw-r--r--demo.gif (renamed from assets/demo.gif)bin1877839 -> 1877839 bytes
-rw-r--r--src/keys.rs6
-rw-r--r--vim_style_key_config.ron (renamed from assets/vim_style_key_config.ron)0
5 files changed, 4 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16edf6ac..8644cf39 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.14.0"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
description = "blazing fast terminal-ui for git"
edition = "2018"
-exclude = [".github/*",".vscode/*"]
+exclude = [".github/*",".vscode/*","assets/*"]
homepage = "https://github.com/extrawurst/gitui"
repository = "https://github.com/extrawurst/gitui"
readme = "README.md"
diff --git a/README.md b/README.md
index c99aa49f..66f384b6 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
<h5 align="center">Blazing fast terminal client for git written in Rust</h1>
-![](assets/demo.gif)
+![](demo.gif)
# Features
diff --git a/assets/demo.gif b/demo.gif
index 60eed277..60eed277 100644
--- a/assets/demo.gif
+++ b/demo.gif
Binary files differ
diff --git a/src/keys.rs b/src/keys.rs
index 8fa40b39..a16113db 100644
--- a/src/keys.rs
+++ b/src/keys.rs
@@ -272,10 +272,8 @@ mod tests {
#[test]
fn test_load_vim_style_example() {
assert_eq!(
- KeyConfig::read_file(
- "assets/vim_style_key_config.ron".into()
- )
- .is_ok(),
+ KeyConfig::read_file("vim_style_key_config.ron".into())
+ .is_ok(),
true
);
}
diff --git a/assets/vim_style_key_config.ron b/vim_style_key_config.ron
index 9b8ea8c6..9b8ea8c6 100644
--- a/assets/vim_style_key_config.ron
+++ b/vim_style_key_config.ron