mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-15 10:33:59 +02:00
Modularity note
This commit is contained in:
@@ -9,6 +9,10 @@ this is an attempt to wrap them into a single script and then have aliases to ma
|
|||||||
- Be a Front end to tie together different scripts and tools
|
- Be a Front end to tie together different scripts and tools
|
||||||
- Don't replicate work other people have done.
|
- Don't replicate work other people have done.
|
||||||
- Plain Text, Open Source.
|
- Plain Text, Open Source.
|
||||||
|
- Be Modular
|
||||||
|
- Pipe in input, output goes to STDOUT
|
||||||
|
- Leave Aliases and piping to the user
|
||||||
|
- See [Recommended Aliases](#recommended-aliases)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -60,6 +64,7 @@ It is assumed that:
|
|||||||
|
|
||||||
- [R](https://en.wikipedia.org/wiki/R_(programming_language))
|
- [R](https://en.wikipedia.org/wiki/R_(programming_language))
|
||||||
- [highlight](https://www.archlinux.org/packages/community/x86_64/highlight/)
|
- [highlight](https://www.archlinux.org/packages/community/x86_64/highlight/)
|
||||||
|
- [recode](https://www.archlinux.org/packages/extra/x86_64/recode/)
|
||||||
- [node](https://nodejs.org/en/)
|
- [node](https://nodejs.org/en/)
|
||||||
- [nvim](https://neovim.io/)
|
- [nvim](https://neovim.io/)
|
||||||
- [fzf](https://github.com/junegunn/fzf)
|
- [fzf](https://github.com/junegunn/fzf)
|
||||||
@@ -89,6 +94,9 @@ It is assumed that:
|
|||||||
- [VNote](https://github.com/tamlok/vnote)
|
- [VNote](https://github.com/tamlok/vnote)
|
||||||
- [Pandoc](https://github.com/jgm/pandoc)
|
- [Pandoc](https://github.com/jgm/pandoc)
|
||||||
|
|
||||||
|
## Recommended Aliases
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
@@ -99,3 +107,4 @@ It is assumed that:
|
|||||||
[Notable]: https://github.com/notable/notable
|
[Notable]: https://github.com/notable/notable
|
||||||
[TNote]: https://github.com/tasdikrahman/tnote
|
[TNote]: https://github.com/tasdikrahman/tnote
|
||||||
[DNote]: https://github.com/dnote
|
[DNote]: https://github.com/dnote
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user