command
module
Version:
v0.0.0-...-90cea4e
Opens a new window with list of versions in this module.
Published: May 7, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Tasks
How to use?
Via script: bash install.sh
This will generate the binary and set up the database. If you want, you can copy the binary and the public folder into a folder of your choice.
Manually:
- change dir to the respective folder and create the db file:
cat schema.sql | sqlite3 tasks.db
- run
go build
./Tasks
- open localhost:8081
Features
- Add, update, delete task.
- Search tasks, the query is highlighted in the search results page.
- Github flavoured markdown, which enables us for using a task list, advanced syntax highlighting and much more.
- Supports file upload, randomizes the file name, stores the user given filename in a db and works on the randomized file name for security reasons.
- Priorities are assigned, High = 3, medium = 2 and low = 1, sorting is done on priority descending and created date ascending.
- Categories are supported, you can add tasks to different categories.
- Ability to hide a task from the timeline.
- For a task list, shows 6 out of 8 tasks completed.
Screenshots
The Home Page

Add Task dialog

Navigation drawer

Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
Configuration package is used to read the configuration file config.json which stores the server port for current implementation
|
Configuration package is used to read the configuration file config.json which stores the server port for current implementation |
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.