summaryrefslogtreecommitdiffstats
path: root/src/opener.rs
AgeCommit message (Expand)Author
2023-11-07tree and users refactorqkzk
2023-11-01use macro to log lineqkzk
2023-11-01remove useless functionqkzk
2023-10-27removed some dependencies, little refactoringqkzk
2023-10-16regroup openers when opening multiple filesqkzk
2023-10-14refactor opener and ExtensionKindqkzk
2023-09-26use memory to read & write last action log lineqkzk
2023-09-24remote mount with sshfs. use char(R) to mount a remote directoryqkzk
2023-09-19log more messages to target special. Display last action in last lineqkzk
2023-04-12simplify and unify sudo commands and normal commands. Pass a path to sudo com...qkzk
2023-04-11allow generic types for executable in execute commandsqkzk
2023-04-06remove commentqkzk
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 child and capture outputqkzk
2023-04-06use &[] instead of &vec in execute in childqkzk
2023-04-04basic shell execution with !qkzk
2023-03-21docquentin konieczko
2023-03-21opener in helpqkzk
2023-03-21openerhelp-openerqkzk
2023-03-21include opener in helpqkzk
2023-03-20remove last references to FmError & FmResult in documentationqkzk
2023-03-12mount an iso file by opening it. Needs a lot of refactoringqkzk
2023-03-11replace FmError & FmResult by anyhowqkzk
2023-03-05Shell menu. Use 'S' to select a TUI command and run it. Need configuration im...qkzk
2023-03-04Diff first two flagged files with Char('D')qkzk
2023-03-02MOC control with ctrl up down left rightqkzk
2023-02-26terminal: 1. current terminal, 2. configured one, 3. default oneqkzk
2023-02-26read current terminal from env, if it doesn't exists use config oneqkzk
2023-02-15decompress any archive we can createqkzk
2023-02-14rename compress.rs to decompress.rsqkzk
2023-01-28clippy: string interpolationqkzk
2022-12-29use &Path more oftenqkzk
2022-12-18syntaxic sugar for error creationqkzk
2022-12-16move string to specific file, readme for usersqkzk
2022-12-16massive documentaion and some refactoring.qkzk
2022-12-13integrate compression in opener. Simplify bulkrenameqkzk
2022-12-13use compress-tool to handle archivesqkzk
2022-12-13comment useless macroqkzk
2022-12-12doesn't work yet, inner mutability ???qkzk
2022-12-12remove decompress action, it's now part of openerqkzk
2022-12-12fix decompressqkzk
2022-12-11rename actioner, more info in logsqkzk
2022-12-10more detail on errors, parse keymaps directlyqkzk
2022-12-09rename unknown to default for better clarityopener-fallbackqkzk
2022-12-08capture execute in child stdout & stderrqkzk
2022-12-07opener fallback to xdg-open if opener doesn't exist in pathqkzk
2022-12-06open epub with zathuraqkzk
2022-12-05refactorqkzk
2022-11-05only one execute in child definition. Remove a logqkzk