Commit Graph

  • 5f6138d59e Added a makefile main Justine 2024-07-14 16:07:02 +02:00
  • ad0dde7232 Autocomplete to longest string when searching commands Justine Pelletreau 2023-12-01 11:58:10 +01:00
  • 56e5d4e63d Improved sudo handling in autocomplete Justine Pelletreau 2023-11-22 14:14:13 +01:00
  • 890197e12c Improved hk, renamed the project to sqsh Justine Pelletreau 2023-11-19 12:45:26 +01:00
  • 57c13fc15b Added the hk command Justine Pelletreau 2023-11-17 18:07:03 +01:00
  • 9cba5cfde7 Better handling of config at load Justine Pelletreau 2023-11-17 16:30:10 +01:00
  • 0d57b7a40c Autocompleting to command when starting with sudo or watch Justine Pelletreau 2023-11-16 18:19:37 +01:00
  • cf6a9961d1 autocomplete fix ? v1.0.1 Justine Pelletreau 2023-11-16 16:46:28 +01:00
  • 165f4a3a08 Autocomplete fix attempt Justine Pelletreau 2023-11-16 15:32:42 +01:00
  • a56dc578de Update README.md justine 2023-07-14 12:25:54 +02:00
  • 48322b25e5 drone error correction v1.0.0b Justine Pelletreau 2023-07-14 12:21:16 +02:00
  • fbf6be2779 drone v1.0.0 Justine Pelletreau 2023-07-14 12:15:36 +02:00
  • 0aabd711a3 Merge pull request 'dev' (#4) from dev into main justine 2023-05-01 13:44:36 +02:00
  • f333069a32 Fixed the ./ bug dev Justine 2023-05-01 13:42:56 +02:00
  • 7677adfafe Readme Justine 2023-03-14 22:27:43 +01:00
  • 1eefd44a89 Merge pull request 'dev' (#3) from dev into main justine 2023-03-04 20:26:00 +01:00
  • 09cea688b7 Added export command Justine 2023-03-04 20:17:22 +01:00
  • 5743678e23 Fixed bug on incorrect command, missing carriage return on cd Justine 2023-03-04 19:56:50 +01:00
  • 1e052f1a79 Merge pull request 'dev' (#2) from dev into main justine 2023-03-04 14:31:17 +01:00
  • 522b8e7037 Add doc Justine 2023-03-04 14:30:13 +01:00
  • 643c69623c Forget to add the config part Justine 2023-03-04 14:28:20 +01:00
  • 68dc23a15e Added a dirty implementation of env var setting Justine 2023-03-04 14:19:01 +01:00
  • 1eb1b239c2 Reformatted the command execution part Justine Pelletreau 2023-03-02 14:49:34 +01:00
  • 488c9c6e0a Started to implement CmdOutput - keep going... Justine Pelletreau 2023-03-02 11:46:21 +01:00
  • 7b0f4b1922 Merge pull request 'dev' (#1) from dev into main justine 2023-03-01 17:41:20 +01:00
  • 4c64bb8038 Reformatted the code to use elems Justine 2023-03-01 17:40:03 +01:00
  • 9e1d0dfcde Added elems to store terminal variables Justine 2023-03-01 17:00:43 +01:00
  • aec1641024 Some code reformat Justine 2023-03-01 00:37:05 +01:00
  • b5ef54c8f4 Update 'README.md' justine 2023-02-27 11:59:58 +01:00
  • df6aee4a49 Implement screen clearing with Ctrl+l Justine Pelletreau 2023-02-24 12:17:04 +01:00
  • 0656f163fd Added Italic and Bold to prompt, removed some newlines when autocomplete Justine Pelletreau 2023-02-24 11:59:36 +01:00
  • eda72c00ab Update 'README.md' justine 2023-02-23 22:04:39 +01:00
  • a515c81e49 Update 'README.md' justine 2023-02-23 22:04:15 +01:00
  • b2f64ea970 Update 'README.md' justine 2023-02-23 12:15:30 +01:00
  • 9979140645 Update 'README.md' justine 2023-02-23 12:07:23 +01:00
  • d22e34c8bd Now handling double quotes properly Justine 2023-02-23 11:53:49 +01:00
  • 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" Justine 2023-02-22 16:03:51 +01:00
  • d903bb4bc8 Update 'README.md' justine 2023-02-22 14:56:51 +01:00
  • a24680debc Merge branch 'main' of https://gitea.squi.fr/Rust/sqish Justine Pelletreau 2023-02-21 17:26:30 +01:00
  • 809a7e5f71 Fixed the situation where using an alias inside a hotkey Justine Pelletreau 2023-02-21 17:26:04 +01:00
  • 2641635b31 Update 'README.md' justine 2023-02-21 17:08:10 +01:00
  • c532c1a331 Update 'README.md' justine 2023-02-21 17:07:44 +01:00
  • 508866204a Added init line example Justine Pelletreau 2023-02-21 17:06:28 +01:00
  • 0bf2c601c3 Added an init line in sqishrc Justine Pelletreau 2023-02-21 17:02:10 +01:00
  • c06afb410c History callbacks now allow piping Justine Pelletreau 2023-02-21 16:44:31 +01:00
  • 6fa2788161 Aliases now take arguments Justine Pelletreau 2023-02-21 16:09:05 +01:00
  • e4101883e1 Aliases now take arguments Justine Pelletreau 2023-02-21 16:08:42 +01:00
  • 30cb3f9887 Can now cd to a directory containing spaces; entering a command reset the history callback counter. Changed the exit prompt to be friendlier. Justine 2023-02-20 18:34:42 +01:00
  • 981cebea5b Can now grep the history :D Justine 2023-02-20 18:24:01 +01:00
  • d768ee38b2 Ctrl+C resets the current history number Justine 2023-02-20 17:59:21 +01:00
  • 8151ad964b README update Justine 2023-02-20 17:57:12 +01:00
  • 91955d1252 Change sqishrc.yaml to sqishrc Justine 2023-02-20 17:42:01 +01:00
  • e3b5edc3e7 Update 'README.md' justine 2023-02-20 14:47:42 +01:00
  • 23dd3ae947 Update 'README.md' justine 2023-02-20 14:46:07 +01:00
  • 57476671ed Now handling CtrlC properly Justine 2023-02-20 14:41:54 +01:00
  • 40a61e7e68 Autocomplete is now case insensitive Justine 2023-02-20 14:12:25 +01:00
  • 26182f3b4d Update 'README.md' justine 2023-02-20 01:11:31 +01:00
  • 13a730eca1 Fixed up/down arrows Justine 2023-02-20 01:03:13 +01:00
  • c7e9309a34 Fixed line return for cd Justine 2023-02-20 00:27:46 +01:00
  • a552eac25e Removed a warning about unused import Justine 2023-02-20 00:17:10 +01:00
  • c9eb3b90df Fixed line returns Justine 2023-02-20 00:16:24 +01:00
  • ed5d405649 "README" Justine 2023-02-19 20:49:26 +01:00
  • 0f6bd3337a Fixed history and cd without args Justine 2023-02-19 20:32:17 +01:00
  • 2a0866ab64 v1, champagne Justine 2023-02-19 19:41:06 +01:00
  • 08f80a57c1 Aliases work, Alt + . works, README update Justine 2023-02-19 19:28:01 +01:00
  • 3f4d13769e Hotkeys now take \n as a press on enter Justine 2023-02-19 15:47:42 +01:00
  • 31b5fea2af Fixed history filename Justine 2023-02-18 14:37:59 +01:00
  • 8c0528f92c Fixed history command Justine 2023-02-18 14:37:14 +01:00
  • acfce7b390 Ctrl+U cancels the line instead of Ctrl+T, which is more common Justine 2023-02-18 13:37:50 +01:00
  • 506007e71b Hotkeys babeeee Justine 2023-02-18 13:34:26 +01:00
  • 6abe6d886d Now reading aliases and hotkeys Justine Pelletreau 2023-02-17 18:12:39 +01:00
  • 344f14c86f Fixed autocomplete for the case where search string gives nothing on a file search Justine 2023-02-08 23:46:19 +01:00
  • cfc052a65a RGB support Justine 2023-02-07 18:55:04 +01:00
  • 9caa3c168e Update 'README.md' justine 2023-02-07 02:10:04 +01:00
  • 783c82b5fe Update 'README.md' justine 2023-02-07 02:09:42 +01:00
  • b75bb7477a Readme Justine 2023-02-07 02:07:25 +01:00
  • e7ecb6a7d0 Some more autocomplete improvs Justine 2023-02-07 02:04:38 +01:00
  • aa9cbb323d Fiddled more with autocompletion Justine 2023-02-07 01:34:43 +01:00
  • ac775f8ce0 sqishrc ok Justine 2023-02-06 23:19:51 +01:00
  • 2dd83d0097 Return input on autocomplete when no results Justine 2023-02-05 00:37:42 +01:00
  • a2726d4557 Fixed crashes on some permissions issues Justine 2023-02-05 00:14:55 +01:00
  • 90640d4e51 Fixed additionnal space in command autocomplete Justine 2023-02-04 23:45:43 +01:00
  • b31e3d4be4 Del implemented Justine Pelletreau 2023-02-03 20:10:14 +01:00
  • 4d5cc2fa65 Cette fois, c'est bon, hein ?! Justine Pelletreau 2023-02-03 18:18:38 +01:00
  • d2eb54d369 Autocompletion is not easy Justine Pelletreau 2023-02-03 18:09:31 +01:00
  • 9d5fd0428c Removed some backup file Justine Pelletreau 2023-02-03 16:05:38 +01:00
  • 05d6a40efb Reformatted autocomplete Justine Pelletreau 2023-02-03 16:04:52 +01:00
  • 28783a5d1b Removed warnings Justine Pelletreau 2023-02-03 13:37:45 +01:00
  • 1b57352393 Autocomplete over, I guess Justine 2023-02-02 19:09:22 +01:00
  • c65438ed6c Better autocomplete, still WIP when searching for folders Justine 2023-02-02 18:14:10 +01:00
  • 4e27fe3106 Autocomplete works for files Justine Pelletreau 2023-02-02 16:51:52 +01:00
  • f7e6063778 Fixed backspace Justine 2023-02-02 11:35:56 +01:00
  • 88a35d692c Fixed character insertion Justine 2023-02-02 11:32:01 +01:00
  • 681d96ba0f Better error handling for history Justine 2023-01-31 17:35:16 +01:00
  • 847c8bf736 Better input / output from commands (direct return), fixed Ctrl+E/A bug Justine 2023-01-31 16:58:31 +01:00
  • 6583128022 Autocomplete fonctionne Justine 2023-01-31 12:01:33 +01:00
  • a249d4d788 Drone Justine 2023-01-10 22:46:37 +01:00
  • fd4aa0d2bf Plus de warnings Justine 2022-12-28 12:40:44 +01:00
  • 4581d4f0f6 flèches, backspace, insertion fonctionnent Justine 2022-12-28 12:39:43 +01:00
  • e9d9db1f08 Flèche gauche fonctionne, en mode remplacement Justine 2022-12-25 17:45:46 +01:00