Readme
This commit is contained in:
12
README.md
12
README.md
@ -5,6 +5,18 @@ TO DO:
|
||||
* Add prompt RGB support
|
||||
* Add hotkeys in sqishrc (albeit in the same manner as per colors, the conf Struct already has an hashmap field for it)
|
||||
* Add aliases in sqishrc (same old same old)
|
||||
* Re-format syntax, notably for if / else :
|
||||
```rust
|
||||
//One-liner should like :
|
||||
if something() { do_something(); }
|
||||
//multiline should look like
|
||||
if something() {
|
||||
do_it();
|
||||
}
|
||||
else {
|
||||
do_other();
|
||||
}
|
||||
```
|
||||
|
||||
## sqishrc (Config)
|
||||
See the included sqishrc.yaml.example file included, and copy it as ~/.sqishrc.yaml
|
||||
|
||||
Reference in New Issue
Block a user