surfing
Surfing is a highly functional CLI for Base64.
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-02 07:20 |
Tags
Authors
- Mutsuha Asada
Installation
nimble install surfing
choosenim install surfing
git clone https://github.com/momeemt/surfing
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| surfing | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.4.8 | No |
| cligen >= | 1.5.5 | No |
Source
| Repository | https://github.com/momeemt/surfing |
|---|---|
| Homepage | https://github.com/momeemt/surfing |
| Registry Source | nimble_official |
README
🏄♂️ Surfing 🏄♂️
Surfing is a highly functional Base64 tool.
Encoder
$ surfing encode -m surfing!
---------------------------------
encode: c3VyZmluZyE=
Option
| option | alternative | value | require (default) |
|---|---|---|---|
| --message | -m | Sring to encode | yes |
| --num | -n | Number of times to encode | 1 |
| --max | Maximum number of characters | high(int) |
|
| --time | -t | Measure time | false |
| --simple | -s | Simple output | false |
Decoder
$ surfing decode -m c3VyZmluZyE=
---------------------------------
decode: surfing!
Option
| option | alternative | value | require (default) |
|---|---|---|---|
| --message | -m | Sring to encode | yes |
| --time | -t | Measure time | false |
| --simple | -s | Simple output | false |