• Joined on 2020-04-06
justine pushed to main at Rust/sqish 2023-02-27 12:00:01 +01:00
b5ef54c8f4 Update 'README.md'
justine pushed to main at Rust/sqish 2023-02-24 12:17:21 +01:00
df6aee4a49 Implement screen clearing with Ctrl+l
justine pushed to main at Rust/sqish 2023-02-24 11:59:51 +01:00
0656f163fd Added Italic and Bold to prompt, removed some newlines when autocomplete
justine pushed to main at Rust/sqish 2023-02-23 22:04:40 +01:00
eda72c00ab Update 'README.md'
justine pushed to main at Rust/sqish 2023-02-23 22:04:17 +01:00
a515c81e49 Update 'README.md'
justine pushed to main at Rust/sqish 2023-02-23 12:15:31 +01:00
b2f64ea970 Update 'README.md'
justine pushed to main at Rust/sqish 2023-02-23 12:07:25 +01:00
9979140645 Update 'README.md'
justine pushed to main at Rust/sqish 2023-02-23 11:53:55 +01:00
d22e34c8bd Now handling double quotes properly
justine pushed to main at Rust/sqish 2023-02-22 16:05:02 +01:00
6f63294857 "Ctrl + P and O more or less do the same thing as Ctrl + Right and left
justine pushed to main at Rust/sqish 2023-02-22 14:56:53 +01:00
d903bb4bc8 Update 'README.md'
justine pushed to main at Rust/sqish 2023-02-21 17:26:51 +01:00
809a7e5f71 Fixed the situation where using an alias inside a hotkey
Compare 2 commits »
justine pushed to main at Rust/sqish 2023-02-21 17:08:12 +01:00
2641635b31 Update 'README.md'
justine pushed to main at Rust/sqish 2023-02-21 17:07:45 +01:00
c532c1a331 Update 'README.md'
justine pushed to main at Rust/sqish 2023-02-21 17:06:37 +01:00
508866204a Added init line example
justine pushed to main at Rust/sqish 2023-02-21 17:06:04 +01:00
0bf2c601c3 Added an init line in sqishrc
justine pushed to main at Rust/sqish 2023-02-21 16:44:40 +01:00
c06afb410c History callbacks now allow piping
justine pushed to main at Rust/sqish 2023-02-21 16:09:15 +01:00
6fa2788161 Aliases now take arguments
e4101883e1 Aliases now take arguments
Compare 2 commits »
justine pushed to main at Rust/sqish 2023-02-20 18:35:36 +01:00
30cb3f9887 Can now cd to a directory containing spaces; entering a command reset
justine pushed to main at Rust/sqish 2023-02-20 18:24:16 +01:00
981cebea5b Can now grep the history :D
justine pushed to main at Rust/sqish 2023-02-20 17:59:43 +01:00
d768ee38b2 Ctrl+C resets the current history number