Skip to content

ebenoist/telsky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TelSky

asciicast

Operating Proof of Concept

  • Write credentials to XDG_CONFIG gosky account create-session "your-handle.dev" "your-app-password" > ~/.config/telsky/client.auth
  • go install && telsky
  • Cross your fingers

Dev Notes

Let's use charm to build out a list view of the main timeline.

This HackerNews Example would be a good model to copy. We need a basic list view with a few actions.

We can use a modal and other styles to add basic text previews with something like this: https://github.com/bensadeh/circumflex/blob/main/reader/reader.go#L15

For images, we can use sixels: https://github.com/mattn/go-sixel or a fallback with something like this: https://github.com/qeesung/image2ascii

Maybe we can use nerdfonts for basic icons?

All the charm is here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages