Last 12 weeks · 0 commits
2 of 6 standards met
I am not using this project actively myself. I still like the general idea, but I also think this project has a few limitations (e.g. #19) which I am not sure how to solve. In the meantime, there are also other projects like https://www.nushell.sh/ that aim in a similar direction. Maintenance of this project is therefore also put on hold. If someone wants to take over maintainership of this project, please let me know.
Repository: sharkdp/shell-functools. Description: Functional programming tools for the shell Stars: 1244, Forks: 52. Primary language: Python. Languages: Python (100%). License: MIT. Topics: command-line, filesystem, functional-programming, shell, string-manipulation. Latest release: v0.3.0 (7y ago). Open PRs: 0, open issues: 14. Last activity: 1y ago. Community health: 42%. Top contributors: sharkdp, vegarsti, guilhermeleobas, franklingu, LeXofLeviafan, zeevro, dboyliao, CristianCantoro.
Python
The function currently only works a single word, so trying to use command line argument with a command doesn't work (e.g., 'chmod 755'). The version adds that capability: For _README.md_: /usr/bin/ls -1 ft/ft/*.py | map run 'chmod 644' Running '['chmod', '644']' with arguments ['ft/ft/command.py'] Running '['chmod', '644']' with arguments ['ft/ft/error.py'] Running '['chmod', '644']' with arguments ['ft/ft/functions.py'] Running '['chmod', '644']' with arguments ['ft/ft/__init__.py'] Running '['chmod', '644']' with arguments ['ft/ft/internal.py'] Running '['chmod', '644']' with arguments ['ft/ft/termcolor.py'] Running '['chmod', '644']' with arguments ['ft/ft/test_command.py'] Running '['chmod', '644']' with arguments ['ft/ft/types.py'] Running '['chmod', '644']' with arguments ['ft/ft/version.py'] ```