Add spacers and separators to command output for better readability
Small command-line utility for adding spacers to command output
spacer$ echo 'First output' | spacer && echo 'Second output'$ ls | spacer -s '---' && echo 'Next section'$ df -h | spacer && du -sh ~