tamago324 / LeaderF-filer

📂 LeaderF file explorer
Apache License 2.0
39 stars 5 forks source link

Add `create_file` commands #15

Closed tamago324 closed 4 years ago

tamago324 commented 4 years ago

This is the path to the LeaderF-filer's cwd. For sample.py, create a file. For sample_dir/, create a directory. For sample_dir/sample.py, create directories and files.

tamago324 commented 4 years ago

The command to create directories (mkdir) and the command to create files (create_file) have been separated.

tamago324 commented 4 years ago

The mkdir command was implemented in https://github.com/tamago324/LeaderF-filer/commit/c553c12b6e14b39f1d1cfff1a7bfbbebb64ff2dd.

tamago324 commented 4 years ago

The create_file command was implemented in https://github.com/tamago324/LeaderF-filer/commit/69debeb42c54f522b9ab2207873d802d5db163b6