All Projects → bashbunni → project-management

bashbunni / project-management

Licence: other
A basic CLI for regularly updating your project's status

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to project-management

Gantt Elastic
Gantt Chart [ javascript gantt chart, gantt component, vue gantt, vue gantt chart, responsive gantt, project manager , vue projects ]
Stars: ✭ 869 (+865.56%)
Mutual labels:  project, project-management
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (-75.56%)
Mutual labels:  productivity, project-management
Focalboard
Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
Stars: ✭ 1,153 (+1181.11%)
Mutual labels:  project, project-management
Android-Library-Management
Android Library Management Project
Stars: ✭ 32 (-64.44%)
Mutual labels:  project, project-management
Organice
An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers
Stars: ✭ 1,327 (+1374.44%)
Mutual labels:  productivity, project-management
Teamvision
Teamvision软件工程协作工具
Stars: ✭ 380 (+322.22%)
Mutual labels:  project, project-management
Forge
F# CLI tool for project, file, and solution management
Stars: ✭ 233 (+158.89%)
Mutual labels:  project, project-management
links-uteis
📎 A curated list of awesome project development links
Stars: ✭ 2,547 (+2730%)
Mutual labels:  project, project-management
Leantime
Leantime is a lean project management system for innovators. Designed to help you manage your projects from ideation to delivery.
Stars: ✭ 702 (+680%)
Mutual labels:  productivity, project-management
Prm
A minimal project manager for the terminal.
Stars: ✭ 428 (+375.56%)
Mutual labels:  productivity, project-management
Cornerstone
一站式项目管理系统 任务管理、需求管理、缺陷管理、DevOps、WIKI、在线文档 同样的功能,带来不同的体验!
Stars: ✭ 33 (-63.33%)
Mutual labels:  project, project-management
project-management-cheat-sheet
Project Management Cheat Sheet
Stars: ✭ 60 (-33.33%)
Mutual labels:  project, project-management
NearBeach
NearBeach is an open sourced project management tool, helping you keep track of your project. You can track requirements, projects and tasks
Stars: ✭ 97 (+7.78%)
Mutual labels:  project, project-management
Projeny
A project and package manager for Unity
Stars: ✭ 656 (+628.89%)
Mutual labels:  project, project-management
assign-one-project-github-action
Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.
Stars: ✭ 140 (+55.56%)
Mutual labels:  project, project-management
Masterplan
MasterPlan is a project management software / visual idea board software. It attempts to be easy to use, lightweight, and fun.
Stars: ✭ 221 (+145.56%)
Mutual labels:  project, project-management
fs-make
Make a folder structure from its description
Stars: ✭ 14 (-84.44%)
Mutual labels:  productivity, project
Proji
A powerful cross-platform CLI project templating tool.
Stars: ✭ 156 (+73.33%)
Mutual labels:  productivity, project
awesome-engineering-management
Pointers and tools for learning and day-to-day practice of engineering management & leadership.
Stars: ✭ 1,535 (+1605.56%)
Mutual labels:  productivity, project-management
lunatask
All-in-one encrypted to-do list, notebook, habit and mood tracker, pomodoro timer, and journaling app
Stars: ✭ 35 (-61.11%)
Mutual labels:  productivity

PJ - Project Journal

Staying organized in the easiest way possible.

Purpose

A tool for per-project timestamped work logging. The point is so that when your boss asks you seven months later why you made a very specific design decision, you can send them the whole list of progress updates on the project throughout its lifecycle.

It backs up to a sqlite db which could easily be backed up.

Build Instructions

If you're new to Go, check out "How to Build and Install Go Programs"

Running the Program

navigate to the root directory of the project and run either go run . to run the program or go build to build the program binary. If you built the binary, you can run it with ./project-management or even add it to your PATH so you can just run project-management from anywhere.

TODOs

  • print to PDF
  • print to markdown
  • backup to charm-fs

Entry View

  • hold entries in entry Model, convert that to string instead of all entries to a single string
  • look over fields, cut unnecessary ones

Collaboration

You're welcome to write features and report issues for this project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].