Workflow · Web & code
Unix permission kit
Check chmod, paths, file types and shell notes for deploys.
01Explain permissions
02Normalize paths
03Check type
04Choose regex
Workflow · Web & code
Check chmod, paths, file types and shell notes for deploys.
01Explain permissions
02Normalize paths
03Check type
04Choose regex
Flow
Check chmod, paths, file types and shell notes for deploys. The flow is meant for repeatable small work: clean the input first, check the result, then copy it or pass it into the next step.
Start with the clearest raw material: text, link, number, list or data snippet. The cleaner the first input, the less rework follows.
chmod calculator, Path normalizer, MIME type lookup, Regex cheatsheet form the core path. They stay local in the browser and do not change files on your device.
Check the result before publishing, importing or sharing. Toolwise provides orientation and workflow convenience, not professional approval.
Translate Unix permissions between numeric and rwx notation.
chmod calculator öffnenClean paths, slashes and whitespace.
Path normalizer öffnenFind Content-Type hints for file extensions.
MIME type lookup öffnenGenerate regex building blocks for common search patterns.
Regex cheatsheet öffnenTranslate Unix permissions between numeric and rwx notation.
WorkflowClean paths, slashes and whitespace.
WorkflowFind Content-Type hints for file extensions.
WorkflowGenerate regex building blocks for common search patterns.
Workflow