https://github.com/danihek/memoryshell
Learn with every execution of your shell
https://github.com/danihek/memoryshell
bash japanese japanese-study learning shell zsh
Last synced: 5 months ago
JSON representation
Learn with every execution of your shell
- Host: GitHub
- URL: https://github.com/danihek/memoryshell
- Owner: danihek
- License: mit
- Created: 2024-04-07T14:05:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T22:35:37.000Z (6 months ago)
- Last Synced: 2024-10-26T10:44:10.534Z (6 months ago)
- Topics: bash, japanese, japanese-study, learning, shell, zsh
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MemoryShell / メモリーシェル
Learn with every execution of your shell## Why?
I was looking for the best solution for me for learning some japanese characters and words. Since I started using linux I spend all day in terminal, so I came up with idea with answering one question with every start of shell.## Installation
Just use ``./install.sh`` or put it in your zshrc (or other shell) manually## Usage
- first arg is for questions file path
- second arg is for answers file path
- if third arg is set to 0 you have to reply for question, otherwise you can just see the answerRun Example:
```
./memoryshell.sh ./data/hiragana_questions.txt ./data/hiragana_answers.txt 0
```Or after installation run with specific preset:
```
./start.sh
```## How to create dataset
It's rather simple, you have to match number of lines in question and answer file. For example: answer for a question in first file have to be in the same line in the second file.### questions.txt
```
color of an banana
```### answers.txt
```
yellow
```