🐝
 
 
 
 
 
Go to file
Manos Pitsidianakis 70e5949590
ui: add autocomplete for commands in execute bar
2019-07-06 20:44:51 +03:00
benches update to 2018 edition 2019-06-10 19:40:42 +03:00
debug_printer Fix warnings, lints, and 2018 errors 2019-06-18 21:14:14 +03:00
melib ui: add autocomplete for commands in execute bar 2019-07-06 20:44:51 +03:00
scripts scripts: remove auto-rustfmt from pre-commit hook 2019-06-10 19:40:33 +03:00
src add debug! macro to replace eprintlns 2019-06-10 19:40:46 +03:00
testing Fix warnings, lints, and 2018 errors 2019-06-18 21:14:14 +03:00
ui ui: add autocomplete for commands in execute bar 2019-07-06 20:44:51 +03:00
.gdbinit add experimental gdb debug lib 2019-06-10 19:40:50 +03:00
.gitignore mailbox: add threads 2019-06-10 19:11:47 +03:00
COPYING mailbox: add threads 2019-06-10 19:11:47 +03:00
Cargo.toml Turn off debugging in release target 2019-06-10 22:15:42 +03:00
README Add manpage and strip README 2019-07-06 00:18:55 +03:00
meli.1 Add manpage and strip README 2019-07-06 00:18:55 +03:00
rustfmt.toml Run rustfmt 2019-06-10 19:40:39 +03:00
sample-config Update sample-config, and generate it if missing on startup 2019-06-10 19:40:51 +03:00

README

    __
 __/  \__
/  \__/  \__                       .
\__/  \__/  \    , _ , _     ___   │   '
/  \__   \__/    │' `│  `┒ .'   `  │   │
\__/  \__/  \    │   │   │ |────'  │   │
   \__/  \__/    │       / `.___, /\__ /
      \__/                       
                                    ,-.  
                                    \_/   
        terminal mail user agent   {|||)<
                                    / \
                                    `-'  


builds with debug print logs on stderr

config
======

# $XDG_CONFIG_HOME/meli/config

testing
=======

# cargo test -p {melib, ui, meli} (-- --nocapture) (--test test_name)

profiling:
==========

# perf record -g target/debug/bin
# perf script | stackcollapse-perf | rust-unmangle | flamegraph > perf.svg