Skip to content
View traveaston's full-sized avatar
  • Melbourne, Australia
  • 10:38 (UTC +10:00)

Block or report traveaston

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. basherk basherk Public

    .bashrc replacement

    Shell 1

  2. context.show.runtime context.show.runtime Public

    Forked from Metal-Snake/context.show.runtime

    Show runtime Kodi addon - show watched, remaining, and total duration for series

    Python

  3. Get the total length or duration of ... Get the total length or duration of a Youtube playlist
    1
    (() => {
    2
      const formatTime = (seconds) => {
    3
        const units = {
    4
          days: Math.floor(seconds / 60 / 60 / 24),
    5
          hours: Math.floor(seconds / 60 / 60 % 24),
  4. Open new iTerm tabs via command line Open new iTerm tabs via command line
    1
    # tab function has been modified to integrate into basherk / bashrc file.
    2
    # dependant function/export taken from basherk https://github.com/traveaston/basherk
    3
    # assumes cd lists directory or has some other noisy output which we'd like to avoid here
    4
    
                  
    5
    # ignore commands with leading space