• Joined on 2020-04-06
justine created pull request Rust/sqish#3 2023-03-04 20:25:49 +01:00
dev
justine pushed to dev at Rust/sqish 2023-03-04 20:17:26 +01:00
09cea688b7 Added export command
justine pushed to dev at Rust/sqish 2023-03-04 19:56:54 +01:00
5743678e23 Fixed bug on incorrect command, missing carriage return on cd
justine merged pull request Rust/sqish#2 2023-03-04 14:31:19 +01:00
dev
justine pushed to main at Rust/sqish 2023-03-04 14:31:18 +01:00
1e052f1a79 Merge pull request 'dev' (#2) from dev into main
522b8e7037 Add doc
643c69623c Forget to add the config part
68dc23a15e Added a dirty implementation of env var setting
1eb1b239c2 Reformatted the command execution part
Compare 6 commits »
justine created pull request Rust/sqish#2 2023-03-04 14:31:06 +01:00
dev
justine pushed to dev at Rust/sqish 2023-03-04 14:30:17 +01:00
522b8e7037 Add doc
justine pushed to dev at Rust/sqish 2023-03-04 14:28:24 +01:00
643c69623c Forget to add the config part
justine pushed to dev at Rust/sqish 2023-03-04 14:19:05 +01:00
68dc23a15e Added a dirty implementation of env var setting
justine pushed to dev at Rust/sqish 2023-03-02 14:49:46 +01:00
1eb1b239c2 Reformatted the command execution part
justine pushed to dev at Rust/sqish 2023-03-02 11:46:31 +01:00
488c9c6e0a Started to implement CmdOutput - keep going...
justine merged pull request Rust/sqish#1 2023-03-01 17:41:22 +01:00
dev
justine pushed to main at Rust/sqish 2023-03-01 17:41:21 +01:00
7b0f4b1922 Merge pull request 'dev' (#1) from dev into main
4c64bb8038 Reformatted the code to use elems
9e1d0dfcde Added elems to store terminal variables
Compare 3 commits »
justine commented on pull request Rust/sqish#1 2023-03-01 17:41:11 +01:00
dev

oké :)

justine created pull request Rust/sqish#1 2023-03-01 17:40:54 +01:00
dev
justine pushed to dev at Rust/sqish 2023-03-01 17:40:07 +01:00
4c64bb8038 Reformatted the code to use elems
justine pushed to dev at Rust/sqish 2023-03-01 17:00:47 +01:00
9e1d0dfcde Added elems to store terminal variables
justine created branch dev in Rust/sqish 2023-03-01 16:39:25 +01:00
justine pushed to dev at Rust/sqish 2023-03-01 16:39:25 +01:00
justine pushed to main at Rust/sqish 2023-03-01 00:37:09 +01:00
aec1641024 Some code reformat