|
0aabd711a3
|
Merge pull request 'dev' (#4) from dev into main
Reviewed-on: #4
|
2023-05-01 13:44:36 +02:00 |
|
Justine
|
f333069a32
|
Fixed the ./ bug
|
2023-05-01 13:42:56 +02:00 |
|
Justine
|
7677adfafe
|
Readme
|
2023-03-14 22:27:43 +01:00 |
|
|
1eefd44a89
|
Merge pull request 'dev' (#3) from dev into main
Reviewed-on: #3
|
2023-03-04 20:26:00 +01:00 |
|
Justine
|
09cea688b7
|
Added export command
|
2023-03-04 20:17:22 +01:00 |
|
Justine
|
5743678e23
|
Fixed bug on incorrect command, missing carriage return on cd
|
2023-03-04 19:56:50 +01:00 |
|
|
1e052f1a79
|
Merge pull request 'dev' (#2) from dev into main
Reviewed-on: #2
|
2023-03-04 14:31:17 +01:00 |
|
Justine
|
522b8e7037
|
Add doc
|
2023-03-04 14:30:13 +01:00 |
|
Justine
|
643c69623c
|
Forget to add the config part
|
2023-03-04 14:28:20 +01:00 |
|
Justine
|
68dc23a15e
|
Added a dirty implementation of env var setting
|
2023-03-04 14:19:01 +01:00 |
|
Justine Pelletreau
|
1eb1b239c2
|
Reformatted the command execution part
|
2023-03-02 14:49:34 +01:00 |
|
Justine Pelletreau
|
488c9c6e0a
|
Started to implement CmdOutput - keep going...
|
2023-03-02 11:46:21 +01:00 |
|
|
7b0f4b1922
|
Merge pull request 'dev' (#1) from dev into main
Reviewed-on: #1
|
2023-03-01 17:41:20 +01:00 |
|
Justine
|
4c64bb8038
|
Reformatted the code to use elems
|
2023-03-01 17:40:03 +01:00 |
|
Justine
|
9e1d0dfcde
|
Added elems to store terminal variables
|
2023-03-01 17:00:43 +01:00 |
|
Justine
|
aec1641024
|
Some code reformat
|
2023-03-01 00:37:05 +01:00 |
|
|
b5ef54c8f4
|
Update 'README.md'
|
2023-02-27 11:59:58 +01:00 |
|
Justine Pelletreau
|
df6aee4a49
|
Implement screen clearing with Ctrl+l
|
2023-02-24 12:17:04 +01:00 |
|
Justine Pelletreau
|
0656f163fd
|
Added Italic and Bold to prompt, removed some newlines when autocomplete
|
2023-02-24 11:59:36 +01:00 |
|
|
eda72c00ab
|
Update 'README.md'
|
2023-02-23 22:04:39 +01:00 |
|
|
a515c81e49
|
Update 'README.md'
|
2023-02-23 22:04:15 +01:00 |
|
|
b2f64ea970
|
Update 'README.md'
|
2023-02-23 12:15:30 +01:00 |
|
|
9979140645
|
Update 'README.md'
|
2023-02-23 12:07:23 +01:00 |
|
Justine
|
d22e34c8bd
|
Now handling double quotes properly
|
2023-02-23 11:53:49 +01:00 |
|
Justine
|
6f63294857
|
"Ctrl + P and O more or less do the same thing as Ctrl + Right and left
Also remove a warning about a useless mut"
|
2023-02-22 16:03:51 +01:00 |
|
|
d903bb4bc8
|
Update 'README.md'
|
2023-02-22 14:56:51 +01:00 |
|
Justine Pelletreau
|
a24680debc
|
Merge branch 'main' of https://gitea.squi.fr/Rust/sqish
|
2023-02-21 17:26:30 +01:00 |
|
Justine Pelletreau
|
809a7e5f71
|
Fixed the situation where using an alias inside a hotkey
|
2023-02-21 17:26:04 +01:00 |
|
|
2641635b31
|
Update 'README.md'
|
2023-02-21 17:08:10 +01:00 |
|
|
c532c1a331
|
Update 'README.md'
Added todo
|
2023-02-21 17:07:44 +01:00 |
|
Justine Pelletreau
|
508866204a
|
Added init line example
|
2023-02-21 17:06:28 +01:00 |
|
Justine Pelletreau
|
0bf2c601c3
|
Added an init line in sqishrc
|
2023-02-21 17:02:10 +01:00 |
|
Justine Pelletreau
|
c06afb410c
|
History callbacks now allow piping
|
2023-02-21 16:44:31 +01:00 |
|
Justine Pelletreau
|
6fa2788161
|
Aliases now take arguments
|
2023-02-21 16:09:05 +01:00 |
|
Justine Pelletreau
|
e4101883e1
|
Aliases now take arguments
|
2023-02-21 16:08:42 +01:00 |
|
Justine
|
30cb3f9887
|
Can now cd to a directory containing spaces; entering a command reset
the history callback counter. Changed the exit prompt to be friendlier.
|
2023-02-20 18:34:42 +01:00 |
|
Justine
|
981cebea5b
|
Can now grep the history :D
|
2023-02-20 18:24:01 +01:00 |
|
Justine
|
d768ee38b2
|
Ctrl+C resets the current history number
|
2023-02-20 17:59:21 +01:00 |
|
Justine
|
8151ad964b
|
README update
|
2023-02-20 17:57:12 +01:00 |
|
Justine
|
91955d1252
|
Change sqishrc.yaml to sqishrc
|
2023-02-20 17:42:01 +01:00 |
|
|
e3b5edc3e7
|
Update 'README.md'
|
2023-02-20 14:47:42 +01:00 |
|
|
23dd3ae947
|
Update 'README.md'
|
2023-02-20 14:46:07 +01:00 |
|
Justine
|
57476671ed
|
Now handling CtrlC properly
|
2023-02-20 14:41:54 +01:00 |
|
Justine
|
40a61e7e68
|
Autocomplete is now case insensitive
|
2023-02-20 14:12:25 +01:00 |
|
|
26182f3b4d
|
Update 'README.md'
|
2023-02-20 01:11:31 +01:00 |
|
Justine
|
13a730eca1
|
Fixed up/down arrows
|
2023-02-20 01:03:13 +01:00 |
|
Justine
|
c7e9309a34
|
Fixed line return for cd
|
2023-02-20 00:27:46 +01:00 |
|
Justine
|
a552eac25e
|
Removed a warning about unused import
|
2023-02-20 00:17:10 +01:00 |
|
Justine
|
c9eb3b90df
|
Fixed line returns
|
2023-02-20 00:16:24 +01:00 |
|
Justine
|
ed5d405649
|
"README"
|
2023-02-19 20:49:26 +01:00 |
|