Skip to content

DatDarkAlpaca/yt-bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Bookmarks

This is a command line tool that records youtube bookmarks based on URL with timestamps.

Getting Started

This repository uses Premake 5 to generate project files, but it has only been tested with Visual Studio.

Prerequisites

You'll need to install python, conan and premake5 in order to build this project.

You may also need to add an environment variable to use premake5.

Installation

  1. Clone the repository

    git clone --recurse-submodules https://github.com/DatDarkAlpaca/yt-bookmarks

    If you've cloned the repository without submodules, run the following command:

    git submodule init
  2. Generate the project If you're building on a Windows machine, you can use the build.cmd file to execute the Python script. This automatically calls premake, so you must specify the project file of your choice.

    .\build <action: vs2022, vs2021, gmake, ...>
  3. Compile the project Use the generated project files to build the project. After that, you should have a working copy under yt-bookmarks/build/bin/{configuration}/sample-project.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A console application for saving my youtube video bookmarks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published