Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

QSmally/String

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

String

A tool to easily perform actions on strings.

Commit HEAD compiled with Zig 0.11.0.

Commands

  • string md5 <string>: generate an md5 hash on <string>;
  • string e64 <string>: encode into a base-64 string;
  • string d64 <string>: decode from a base-64 string.

Bash pipes

  • cat codings | string d64
  • grep . -name '??-' | string md5

About

A tool to easily perform actions on strings

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Contributors

Languages