ptt - Plaintext tables formatter
ssh://anon@thyssentishman.com/ptt
Log | Files | Refs | Feed

DateCommit messageFiles+-
2024-05-20Parse numbers with a '+/-' prefix correctly1+1-1
2024-05-20Add insert and delete actions for row and column1+63-4
2024-05-20Use the last cursor if multiple cursors are found1+0-1
2024-05-20Ignore the absence of cursor1+0-1
2024-05-20Handle cursor on row divider1+5-0
2024-05-20Remove duplicate conditional1+2-7
2024-05-20Check row and column limits outside loop1+14-16
2024-05-20Simplify conditional expressions1+4-4
2024-05-20Rename argument variables1+17-17
2024-05-20Add previous and next actions for cursor1+27-15
2024-05-20Jump over row dividers when moving cell or cursor1+16-6
2024-05-20Fix parsing already formatted tables1+11-4
2024-05-20Implement row divider1+20-5
2024-05-20Set minimum column width to 11+4-3
2024-05-20Change position where cursor is printed1+1-1
2024-05-20Use consistent printf format1+1-1
2024-05-20Expand table when moving cursor out of limits1+3-2
2024-05-20Error out if action is specified without a cursor1+2-0
2024-05-20Full rewrite60+87-458
2024-05-16Define behaviour when moving cursor out of limits14+84-9
2024-04-29Fix loop limit in move_row function1+1-1
2024-04-29Limit horizontal movements10+43-5
2024-04-29Limit vertical movements10+57-7
2024-04-29Fix number formatting for cell with cursor1+2-2
2024-04-29Make vertical movements jump over separators14+83-6
2024-04-29Add move_{cell,row,column,cursor) functions23+220-54
2024-04-25Initial commit4+104-0