https://github.com/fandreuz/yabm

Yet Another Boomark Manager

https://github.com/fandreuz/yabm

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.4%) to scientific vocabulary

Keywords

bookmarks-manager go postgresql
Last synced: 4 months ago · JSON representation

Repository

Yet Another Boomark Manager

Basic Info
  • Host: GitHub
  • Owner: fandreuz
  • License: mit
  • Language: Go
  • Default Branch: master
  • Homepage:
  • Size: 87.9 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
bookmarks-manager go postgresql
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

yabm

Yet Another Boomark Manager

Install

bash git clone git@github.com:fandreuz/yabm.git cd yabm go install .

Install shell completion

See here.

Database

This CLI is backed by a database. To run a local Postgres DB locally: bash podman run -it --rm \ -p 5432:5432 \ -e POSTGRES_DB=admin \ -e POSTGRES_USER=admin \ -e POSTGRES_PASSWORD=pwd \ -v ./dev/db:/docker-entrypoint-initdb.d \ postgres

Image docs here.

Persisting data

The command above will spin up a local DB which won't persist any data upon restart. You can optionally mount a volume to persist DB data: bash PGDATA=/var/lib/postgresql/data ... -e "PGDATA=$PGDATA" \ -v "./.postgres-data:$PGDATA" \ ...

Script

A script to run a local DB via Podman with persistence in ./.postgres-data is provided here.

Owner

  • Name: Francesco Andreuzzi
  • Login: fandreuz
  • Kind: user
  • Location: Geneva, Switzerland
  • Company: CERN

CSE MSc student | SWE @cern

GitHub Events

Total
  • Push event: 30
  • Create event: 2
Last Year
  • Push event: 30
  • Create event: 2

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 77
  • Total Committers: 1
  • Avg Commits per committer: 77.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 77
  • Committers: 1
  • Avg Commits per committer: 77.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Francesco Andreuzzi a****o@g****m 77

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 0
proxy.golang.org: github.com/fandreuz/yabm

Copyright © 2024 Francesco Andreuzzi <andreuzzi.francesco@gmail.com>

  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 6.0%
Average: 6.2%
Dependent repos count: 6.4%
Last synced: 6 months ago