2025-01-06 10:35:31 +01:00
2024-08-20 09:29:37 +02:00
2025-01-06 10:35:31 +01:00
2024-10-18 09:21:20 +02:00
2024-10-18 09:21:20 +02:00
2024-10-18 09:21:20 +02:00
2024-10-18 09:21:20 +02:00
2024-11-02 13:53:01 +01:00
2024-10-18 09:21:20 +02:00

bashbird

Script that queries a SQLite database about a bird and returns various information (vernacular name, English name, family, order and links to oiseaux.net).

1) bashbirds.sh

Usage:

./bashbird.sh -b etourneau

Others files:

  • Oiseaux europe.xlsm: export from Oiseaux.net website
  • Oiseaux europe.csv:same as format .csv
  • insert.sh: script to create birds.db database from .csv export (Usage: ./insert.sh)
  • birds.db: SQLite database
  • liste_oiseaux.html: html export
  • liste_oiseaux.md: markdown export
  • Transparent300px.png: usefull for markdown export (table width)

Options:

  • -b < bird >: a bird to search (-b etourneau)
  • -b all: search for all birds
  • -m: export markdown
  • -w: export html
  • -h: help

Notes:

  • insert.sh deletes and recreates the database each time it is launched (no update)
Description
No description provided
Readme 654 KiB
Languages
Shell 100%