Socket
Book a DemoInstallSign in
Socket

aniracetam

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aniracetam

A terminal-based language learning program with spaced repetition, similar to Anki flashcards but fully offline after initial setup.

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

aniracetam

A terminal-based language learning program with spaced repetition, similar to Anki flashcards but fully offline after initial setup.

Features

  • Terminal-based interface
  • Automatic translation using Google Translate API
  • Spaced repetition algorithm for efficient learning
  • Fully offline functionality after initial setup
  • Simple and intuitive command-line interface

Installation

npm install -g aniracetam

Usage

After installation, simply run:

aniracetam

On first run, you'll be prompted to enter the language code you want to learn (e.g., es for Spanish, fr for French).

Adding Sentences

  • Select "Add a new sentence" from the main menu
  • Enter a sentence in English
  • The program will automatically translate it to your target language
  • The sentence pair is saved locally for review

Reviewing Sentences

  • Select "Review sentences" from the main menu
  • Sentences due for review will be shown one by one
  • Try to translate the sentence from English to your target language
  • Rate how well you knew the sentence:
    • Again (0) - Incorrect response
    • Hard (1) - Correct response after difficulty
    • Good (2) - Correct response after hesitation
    • Easy (3) - Perfect response
  • The program uses spaced repetition to determine when to show each sentence again

Data Storage

All data is stored in ~/.aniracetam/:

  • sentences.json - Contains all your sentence pairs and review data
  • config.json - Contains your language preference

License

ISC

Keywords

language

FAQs

Package last updated on 23 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts