- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
wrote CLI in C++ to sort files. it’s very simple, just download and use. if you a photographer, video editor or just need to sort some files, you welcome (link in post)
wrote CLI in C++ to sort files. it’s very simple, just download and use. if you a photographer, video editor or just need to sort some files, you welcome (link in post)
oh, btw you seem to know your stuff… maybe I should make a CLI runner for bash/python scripts ? I think it would be a useful little tool, wouldn’t it ?
I don’t know what you mean by CLI runner. What would it do?
oh, sorry I didn’t explain. To put it as simply as possible - I have all kinds of little bash scripts and a few python ones. It’s a real hassle to run them manually, so I decided to make a simple CLI to make this task easier. Something like that, I guess
You mean like a shell alias?
alias scriptname=long_shitty_commandsorry I guess I’m not following. Can you give an example of how using your tool to run scripts would be different than running them manually? It be great if you can show what a command line session would actually look like.
nvm, I’m going to do it either way. you can check it (when I finish), if you want ))