feat(files): Convert to Rust
This commit is contained in:
parent
bc1fc717b1
commit
d29268d8be
10 changed files with 194 additions and 228 deletions
2
Makefile
2
Makefile
|
|
@ -78,7 +78,7 @@ install:
|
|||
ln -sf $(BIN) $(PLUGIN_DIR)/calc/calc
|
||||
|
||||
# Files plugin
|
||||
install -Dm0755 plugins/src/files/files.js $(PLUGIN_DIR)/files
|
||||
ln -sf $(BIN) $(PLUGIN_DIR)/files/files
|
||||
|
||||
# Recent plugin
|
||||
install -Dm0755 plugins/src/recent/recent.js $(PLUGIN_DIR)/recent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue