Skip to content

athreef/App-FilterUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

App::FilterUtils - Command-line filter utilities

SYNOPSIS

$ 2base 16 16
10
$ 2u ๐Ÿ‘จโ€๐ŸŽ“
MAN <๐Ÿ‘จ>  128104, Hex 1f468, Octal 372150
ZERO WIDTH JOINER <>  8205, Hex 200d, Octal 20015
GRADUATION CAP <๐ŸŽ“>  127891, Hex 1f393, Octal 371623

$ echo "ู…ูู€ู€ูƒูŽู€ู€ุฑูู‘ ู…ูู€ู€ููŽู€ู€ุฑูู‘ ู…ูู€ู€ู‚ู’ู€ู€ุจูู€ู€ู„ู ู…ูู€ู€ุฏู’ุจูู€ู€ุฑู ู…ูŽู€ู€ุนู€ู€ุงู‹" | artype
ู‘ูุฑู€ู€ูŽ๏ปœู€ู€ู๏ปฃ ู‘ูุฑู€ู€ูŽ๏ป”ู€ู€ู๏ปฃ ู๏ป ู€ู€ู๏บ’ู€ู€ู’๏ป˜ู€ู€ู๏ปฃ ูุฑู€ู€ู๏บ’ู’ุฏู€ู€ู๏ปฃ ู‹ุงู€ู€๏ปŒู€ู€ูŽ๏ปฃ
$ ascii cafรฉ
caf
$ byte 66062639
64M
$ hz 10000
100us
$ NFC รฉ | xxd
00000000: c3a9 0a                                  ...
$ NFD รฉ | xxd
00000000: 65cc 810a                                e...
$ unac cafรฉ
cafe
$ echo "ุฎูˆุฎ" | unpt
ุญูˆุญ
$ echo "ู…ูู€ู€ูƒูŽู€ู€ุฑูู‘ ู…ูู€ู€ููŽู€ู€ุฑูู‘ ู…ูู€ู€ู‚ู’ู€ู€ุจูู€ู€ู„ู ู…ูู€ู€ุฏู’ุจูู€ู€ุฑู ู…ูŽู€ู€ุนู€ู€ุงู‹" | untashkeel
ู…ู€ู€ูƒู€ู€ุฑ ู…ู€ู€ูู€ู€ุฑ ู…ู€ู€ู‚ู€ู€ุจู€ู€ู„ ู…ู€ู€ุฏุจู€ู€ุฑ ู…ู€ู€ุนู€ู€ุง

USAGE

All utilities answer to --version and --help. If arguments are provided, they are filtered. If there are no arguments, STDIN is read.

UTILITIES

App::FilterUtils::2base =item App::FilterUtils::2u =item App::FilterUtils::artype =item App::FilterUtils::ascii =item App::FilterUtils::byte =item App::FilterUtils::hz =item App::FilterUtils::NFC =item App::FilterUtils::NFD =item App::FilterUtils::unac =item App::FilterUtils::unpt =item App::FilterUtils::untashkeel

GIT REPOSITORY

http://github.com/athreef/App-FilterUtils

SEE ALSO

Migrated out of my .dotfiles repository

AUTHOR

Ahmad Fatoum <[email protected]>, http://a3f.at

COPYRIGHT AND LICENSE

Copyright (C) 2017 Ahmad Fatoum

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages