Created
          November 2, 2022 06:45 
        
      - 
      
 - 
        
Save tayiorbeii/4417de3eb5094dfef3f8922a769f120a to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import "@johnlindquist/kit" | |
| // Name: stub-notion-pages-from-md-files | |
| let directory = await arg('Transcript directory: ') | |
| await cd(directory) | |
| let {_stdout} = await $`ls *.md` | |
| let allMdFiles = _stdout.split('\n').map(file => file.replace('.md', '')) | |
| await copy(allMdFiles.join('\n\n')) | |
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment