summaryrefslogtreecommitdiffstats
path: root/src/event_exec.rs
AgeCommit message (Expand)Author
2023-09-27when opening cryptdevices, display a message and nothing else if lsblk & cryp...qkzk
2023-09-26mocp clear playlistqkzk
2023-09-26use memory to read & write last action log lineqkzk
2023-09-25FIX: archive creation will fail if CWD isn't the selected tab pathqkzk
2023-09-24remote mount with sshfs. use char(R) to mount a remote directoryqkzk
2023-09-22FIX: exiting a preview doesn't refreshqkzk
2023-09-19log more messages to target special. Display last action in last lineqkzk
2023-09-19FIX: chmod reset view. New method to refresh everything but the file index an...qkzk
2023-09-18remove useless cloneqkzk
2023-05-17fix comparison between disks couldn't compile on some platform.quentin konieczko
2023-04-16refactor: change useless status to tabqkzk
2023-04-16move helper functions to statusqkzk
2023-04-16move helper methods to Tabqkzk
2023-04-16include password dispatch in leave mode passwordqkzk
2023-04-16simplify EventAction names by removing event_ prefixqkzk
2023-04-16refactor event exec, event dispatchqkzk
2023-04-15renameqkzk
2023-04-15use better names to leave modeqkzk
2023-04-15event exec refactor: move non event functionsqkzk
2023-04-15start event exec refactoringqkzk
2023-04-13empty command close shell menuqkzk
2023-04-13FIX: specify imports in headers, don't use them directlyquentin konieczko
2023-04-13refactor sudo commands. Better namesquentin konieczko
2023-04-12simplify and unify sudo commands and normal commands. Pass a path to sudo com...qkzk
2023-04-12run a shell sudo command with `sudo command args`qkzk
2023-04-12simplify store passwordquentin konieczko
2023-04-12almost there, still crashingquentin konieczko
2023-04-12not working and not easy to solvequentin konieczko
2023-04-12not workingquentin konieczko
2023-04-12decouple cryptdevice from password holderquentin konieczko
2023-04-12decouple iso from password holderquentin konieczko
2023-04-11not workingqkzk
2023-04-11allow generic types for executable in execute commandsqkzk
2023-04-11rename customparser to shell parser. Prevent sudo & su commands from shell inputqkzk
2023-04-11Move to mounted isodevicequentin konieczko
2023-04-11FIX: isomounter used current directory path instead of selected file pathquentin konieczko
2023-04-11FIX: remove useless mode IsoDevicequentin konieczko
2023-04-09simplify input in event execqkzk
2023-04-06use &[] instead of &Vec in execute in child without checkqkzk
2023-04-06use &[] instead of &Vec in execute and capture output without checkqkzk
2023-04-06use &[] instead of &vec in execute in childqkzk
2023-04-05documentationqkzk
2023-04-05allow expansion in shell commandsqkzk
2023-04-04basic shell execution with !qkzk
2023-04-02allow expansion into custom commandsqkzk
2023-04-02allow user to define custom shell commands executed on selected fileqkzk
2023-03-29` goes to root, @ goes to starting pointqkzk
2023-03-29key ` goes to rootqkzk
2023-03-25refactor jump to flagged fileqkzk
2023-03-24refactor event execqkzk