{"id":16086412,"url":"https://github.com/estebanlm/worklog","last_synced_at":"2025-03-18T06:30:40.638Z","repository":{"id":76083385,"uuid":"48688894","full_name":"estebanlm/worklog","owner":"estebanlm","description":"A microblog app.","archived":false,"fork":false,"pushed_at":"2020-01-16T10:01:41.000Z","size":894,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-28T07:49:29.656Z","etag":null,"topics":["microblog","pharo"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/estebanlm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-12-28T11:14:19.000Z","updated_at":"2020-01-16T10:01:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"2e907c68-d1bf-412f-9a51-1813d679f1ce","html_url":"https://github.com/estebanlm/worklog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fworklog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fworklog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fworklog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fworklog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/estebanlm","download_url":"https://codeload.github.com/estebanlm/worklog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243906360,"owners_count":20367017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["microblog","pharo"],"created_at":"2024-10-09T13:13:08.276Z","updated_at":"2025-03-18T06:30:40.623Z","avatar_url":"https://github.com/estebanlm.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WorkLog  [![Build Status](https://travis-ci.org/estebanlm/worklog.png?branch=master)](https://travis-ci.org/estebanlm/worklog)\n\nThis is a microblog app. Forget about twitter, facebook, g+... Forget about going social at all! \n\n**WorkLog** will allow you to keep a log of your work process, with some features I found very usefull: \n\n- You can add formatting using [pillar](http://www.smalltalkhub.com/#!/~Pier/Pillar) (Markdown support might come, but for the moment is not implemented)\n- You do not have 140 characters max (probably you will not need much more, but anyway, the limitation is annoying :P)\n- You can [disqus](http://disqus.com) posts.\n- Posts are interpreted and links are detected and listed (so is easy to find them)\n- Since is made for my own work, it understand links like \\*case:12345\\* as a link to pharo fogbugz case 12345. \n- It has a command line!\n\n## Server\nIt is a [Seaside](http://seaside.st) app, with a /web application a /api rest and a /rss client.\nIt uses [Voyage](https://github.com/estebanlm/voyage) and a [MongoDB](https://www.mongodb.com) as backend. \n\n## Client\nIs implemented as a command line handler. \nYou have several bash scripts that wraps functionality, but basically you have: \n\nUsage:\n\n    worklog --help\n    worklog --add [--text=\"\u003ctext to log\u003e\"|--file=\"\u003cfile to use as text\u003e\"]\n    worklog --open\n    worklog --review  --lapse=[day|week|month]\n    worklog --create-config\n    worklog --update-server\n    worklog --update-status\n    worklog --update-client\n    worklog --remove --id=\"\u003clog id\u003e\" \n    \n\t--help\t\t\n\t\tPrints this help.\n\t\t\n\t--add\n\t\tAdds a log..\n\t\t\n\t--text=\"\u003ctext to log\u003e\"\n\t\tSpecifies the text to log.\n\t\n\t--file=\"\u003cfile to use as text\u003e\"\t\t\n\t\tSpecifies a file with the log.\t\n\t\t\n\t--open-editor\n\t\tOpens a dialog to add a log.\n\t\t\n\t--review\n\t\tPrints a review of the worklog.\n\t\t\n\t--lapse=[day|week|month]\n\t\t--review will be printed for this day (this is the default), this week or this month.\n    \n\t--create-config\n\t\tCreate a sample configuration file.\n    \n\t--update-server\n\t\tStarts and update process on server (it will be updated with master branch on github).\n\t\t\n\t--update-server-status\n\t\tPrints update status from server\n    \n\t--update-client\n\t\tUpdates this client (it will be updated with master branch on github).\n\t\t\n\t--remove\n\t\tRemove one log identified with the permaLink number (needs to be used with --id). \n\t\t\n\t --id=\"\u003clog id\u003e\" \n\t\tRefers to permaLink of the log to be removed with --remove \n\n## Future\nNo idea (about the future in general and this app in particular). But it might be cool to add: \n\n- Make a builder/installer (maybe with CMake?). It would be cool to show how you can build apps \"traditional style\" :)\n- Search by text\n- Archive (too see older months)\n- Team support (how cool would be a team showing their progess all together)\n- Markdown support (?)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festebanlm%2Fworklog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Festebanlm%2Fworklog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festebanlm%2Fworklog/lists"}