index
:
gos
main
Social Media sharing tool written in Go - Personal replacement for buffer.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
client
/
tui
Age
Commit message (
Collapse
)
Author
2024-09-21
cleanup
Paul Buetow
2024-09-06
rename ent to entry
Paul Buetow
2024-09-03
Partners and Servers are now slices
Paul Buetow
2024-08-11
add Cmd prefix
Paul Buetow
2024-08-03
adding Cmd to all functions returning a tea.Cmd
Paul Buetow
2024-08-03
can compose and submit in one go
Paul Buetow
2024-08-03
initial logging to a file support for the client:
Paul Buetow
2024-07-28
refactor
Paul Buetow
2024-07-28
refactor
Paul Buetow
2024-07-28
rename entry to ent
Paul Buetow
2024-07-28
submitted posts get archived
Paul Buetow
2024-07-28
can update/upload entry
Paul Buetow
2024-07-28
initial posting real data over
Paul Buetow
2024-07-28
fix bug where POST turned out to be a HTTP get when there are // in the URI
Paul Buetow
2024-07-15
more on the contexts
Paul Buetow
2024-07-14
make it all context.Context aware
Paul Buetow
2024-07-14
initial easy http POST functions
Paul Buetow
2024-07-03
add no servers configured error
Paul Buetow
2024-07-03
error style
Paul Buetow
2024-07-01
display error message in TUI
Paul Buetow
2024-07-01
initial submit
Paul Buetow
2024-06-27
after composing a file is queued
Paul Buetow
2024-06-23
can open compose.md in editor
Paul Buetow
2024-06-23
add initial gui sources
Paul Buetow
2024-06-18
change menu - don't have items selectable but press enter when cursor is there
Paul Buetow
2024-06-18
can open EDITOR
Paul Buetow
2024-06-18
add basic lipgloss style
Paul Buetow
2024-06-17
initial TUI for the client
Paul Buetow