Skip to content
View StefanBRas's full-sized avatar
  • Wayfare.ai
  • Copenhagen, Denmark
  • 08:50 (UTC +02:00)

Sponsoring

@neovim
@SorenHolstHansen

Highlights

  • Pro
Block or Report

Block or report StefanBRas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. progression-to-csv progression-to-csv Public

    Python script that exports training data from .progressionbackup files created by the Progression app for Android

    Python 3

  2. Using todoist cli without having to ... Using todoist cli without having to type long id numbers - 1.0
    1
    alias todoistl='unbuffer todoist --color list | cut -c 21- | nl' 
    2
    
                  
    3
    todoist_number () {
    4
        todoist list | sed -n "$1p" | grep -Po '^\d{10}+' | cat
    5
    }
  3. ankiextractoR ankiextractoR Public

    Create and update Anki cards from your notes, (almost) regardless of what format you use.

    R 1