https://github.com/avestura/shell-dads
❓ Show a random tip from NIST DADS (https://xlinux.nist.gov/dads) every time you open your terminal
https://github.com/avestura/shell-dads
algorithms dads data data-structures ds nist
Last synced: 3 months ago
JSON representation
❓ Show a random tip from NIST DADS (https://xlinux.nist.gov/dads) every time you open your terminal
- Host: GitHub
- URL: https://github.com/avestura/shell-dads
- Owner: avestura
- Created: 2025-05-10T22:56:47.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-05-10T23:04:37.000Z (5 months ago)
- Last Synced: 2025-05-11T00:17:58.439Z (5 months ago)
- Topics: algorithms, dads, data, data-structures, ds, nist
- Language: Go
- Homepage: https://xlinux.nist.gov/dads
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# NIST DADS for Shell
Show a random tip from NIST DADS (https://xlinux.nist.gov/dads) every time you open your terminal
### Usage
```sh
./bin/nistdads tip
```### PowerShell Setup Guide
0. Add the `nistdads.exe` to your system PATH
1. Start and edit the profile file:```powershell
code $Profile.AllUsersAllHosts
```2. Add the following line:
```
nistdads tip
```