An open API service indexing awesome lists of open source software.

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

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



![image](https://github.com/user-attachments/assets/34029c0c-ec66-4933-819a-29c91ca2c59e)

### 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
```