mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Allow running shell scripts from the FileManager/Favorites (#5804)
* Allow running Shell/Python scripts from the FM * Show an InfoMessage before/after running the script Since we're blocking the UI ;). * Allow running scripts from the favorites menu, too.
This commit is contained in:
@@ -41,7 +41,7 @@ describe("FileManager module", function()
|
||||
root_path = "../../test",
|
||||
}
|
||||
|
||||
local tmp_fn = "../../test/2col.test.tmp.sh"
|
||||
local tmp_fn = "../../test/2col.test.tmp.foo"
|
||||
util.copyFile("../../test/2col.pdf", tmp_fn)
|
||||
|
||||
local tmp_sidecar = docsettings:getSidecarDir(util.realpath(tmp_fn))
|
||||
|
||||
Reference in New Issue
Block a user