limaa / dictcc_wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dict.cc terminal client

Functionality

  • Search for specific vocabulary on dict.cc
  • Save chosen entries in one of your vocabulary lists

Dependencies

  • 'ncurses' for UI
  • 'curl' for html requests
  • 'regex' for pattern search in html data
  • minUnit for minimal unit testing

Status 2021-07-04

  • Still a bit buggy, but basic functionality is already working

Todo List - Requirements

  • Search for vocabulary
  • Parse vocabulary lists for a language
  • API to add vocabulary to list
  • Simple UI via ncurses
  • Choose vocabulary in UI
  • Choose vocabulary list in UI
  • Add chosen vocabulary to chosen list
  • Deal with arguments
  • Added unit testing
  • Get rid of unwanted characters in vocabulary, eg \'
  • Problem with 'Umlaute'
  • Ability to scroll - display some scroll progress
  • Deal with special characters like german Umlaute
  • Info Window with key binding
  • Arrow keys, Return key
  • Exit, if opening session not successful
  • Exit, if vocab lists has no entry
  • Exit, if no vocab checked
  • Bug: last vocablist highlights win border

Todo List - Tests

  • Write unit tests
  • Test special cases
  • Problem with "wahrnehmen"
  • Problem addint "Howitz" under "Hallo"
  • Behavior, if no internet connection

About


Languages

Language:C 97.4%Language:Makefile 2.6%