Commons:Imker (批量下載)
Jump to navigation
Jump to search
Outdated translations are marked like this.
Original Imker does not work at the moment!
But temporarily you can use fixed version available here: Imker-hotfix. It works as for November 2023. It will be removed once author of Imker will fix his app himself or someone will adopt this app.
Imker 可以從維基共享資源批量下載檔案。
快速入门
找到最新 Imker 版本。
Extract the .zip file and on Windows start the .exe file.
提取 .zip 檔案然後於 Windows 下啟動 .exe 檔案。
- Open either imker-gui.jar or imker-cli.jar. If you face the following error
<span lang="en" dir="ltr" class="mw-content-ltr">The file '/home....' is not marked as executable. If this was downloaded or copied from an untrusted source, it may be dangerous to run. For more details, read about the executable bit.</span>
solve it by making the file executable using the following command
<span lang="en" dir="ltr" class="mw-content-ltr">chmod +x ~"/Desktop/.../dist/production_x86_64-linux/rvm" = path of the file</span>
如果你不用 Windows 或者希望用命令行,打開終端然後:
java -jar imker-gui.jar #for a graphical user interface
java -jar imker-cli.jar #for pure terminal use
Commons:Example of a bulk download, edit and upload contains an example.
問題